Sign in
qemu
/
meson
/
bcbf0685492c61fbc9acac3e7b808a5036dd2439
/
.
/
test cases
/
common
/
96 stringdef
/
stringdef.c
blob: 17e29fdc1cc8b83190d7889509f566a3b12e4355 [
file
] [
log
] [
blame
]
#include
<stdio.h>
#include
<string.h>
int
main
(
void
)
{
if
(
strcmp
(
FOO
,
"bar"
))
{
printf
(
"FOO is misquoted: %s\n"
,
FOO
);
return
1
;
}
return
0
;
}