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