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