Sign in
qemu
/
meson
/
refs/heads/0.45
/
.
/
test cases
/
common
/
24 target arg
/
func2.c
blob: d3e91a56c91fd5fc42a6a8d2e8736191b08167a2 [
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
()
{
return
0
;
}