Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
96dae81d7fe7570f97d8fbe03c02e145173f801c
/
.
/
clang
/
test
/
Modules
/
Inputs
/
point.h
blob: eab23d5867a8bac7d932c55573fa7db8fe169167 [
file
] [
log
] [
blame
]
struct
Point
{
int
x
,
y
;
};