Sign in
qemu
/
meson
/
refs/heads/0.45
/
.
/
test cases
/
common
/
24 target arg
/
func.c
blob: 9b3fe5d441e6d23610ccc8707bcef76d2fe9aa59 [
file
] [
log
] [
blame
]
#ifndef
CTHING
#error
"Local argument not set"
#endif
#ifdef
CPPTHING
#error
"Wrong local argument set"
#endif
int
func
()
{
return
0
;
}