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