Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
common
/
21 target arg
/
func2.c
blob: 1897cf7d24793ac842f4b1ad1addf1b6480711f4 [
file
] [
log
] [
blame
]
#ifdef
CTHING
#error
"Local C argument set in wrong target"
#endif
#ifdef
CPPTHING
#error
"Local CPP argument set in wrong target"
#endif
int
func
(
void
)
{
return
0
;
}