xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
point.h
(revision 5d1bee253c045dcb6cf914d4b56fabe31e1e5f28)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
struct
Point
{
int
x
,
y
; };
2
3