Sign in
qemu
/
meson
/
374fa7f0da278d46a4c3adb587f4b43089f5d7db
/
.
/
test cases
/
common
/
3 static
/
lib3.c
blob: f834cf8b8422a520ff2a4de43b23910e20deb6a8 [
file
] [
log
] [
blame
]
int
func3
(
const
int
x
)
{
return
x
+
1
;
}
#ifndef
WORK
# error "did not get static only C args"
#endif
#ifdef
BREAK
# error "got shared only C args, but shouldn't have"
#endif