Sign in
qemu
/
meson
/
53f18fe5054967e02715b4d086237e41884d41ac
/
.
/
test cases
/
common
/
223 persubproject options
/
subprojects
/
sub2
/
foo.c
blob: cf7201b92bf9301dcb0e67ce6b03f3397131d938 [
file
] [
log
] [
blame
]
int
foo
(
void
);
#ifdef
__GNUC__
#warning
This
should not produce error
#endif
int
foo
(
void
)
{
return
0
;
}