Sign in
llvm
/
clang
/
7d0e090bbc61baebf0be18e4d9ba36615b6cd566
/
.
/
test
/
Modules
/
Inputs
/
point.h
blob: eab23d5867a8bac7d932c55573fa7db8fe169167 [
file
] [
log
] [
blame
]
struct
Point
{
int
x
,
y
;
};