Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
5d1bee253c045dcb6cf914d4b56fabe31e1e5f28
/
.
/
clang
/
test
/
Modules
/
Inputs
/
point.h
blob: eab23d5867a8bac7d932c55573fa7db8fe169167 [
file
] [
log
] [
blame
]
Douglas Gregor
5d1bee2
2011-09-17 05:35:18 +0000
[
diff
] [
blame^
]
1
struct
Point
{
int
x
,
y
;
};
2