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