Sign in
qemu
/
meson
/
refs/heads/cmdarrays
/
.
/
test cases
/
common
/
13 pch
/
generated
/
prog.c
blob: a75c2d23b6c9390fe43e5ce05fe5290485fce14f [
file
] [
log
] [
blame
]
// No includes here, they need to come from the PCH
int
main
(
void
)
{
return
FOO
+
BAR
;
}