Sign in
qemu
/
meson
/
refs/heads/fixcygwin
/
.
/
test cases
/
common
/
14 configure file
/
prog10.c
blob: cdca6dae43b24f8f46090e58387f1ddcde19092d [
file
] [
log
] [
blame
]
#include
<string.h>
#include
<config10.h>
int
main
(
void
)
{
return
strcmp
(
MESSAGE1
,
"foo"
)
||
strcmp
(
MESSAGE2
,
"foo"
);
}