Sign in
qemu
/
meson
/
refs/heads/endmessage
/
.
/
test cases
/
common
/
34 define10
/
prog.c
blob: 10e94f16b6cbb650868ef8ac10944cfa29088be2 [
file
] [
log
] [
blame
]
#include
<stdio.h>
#include
"config.h"
int
main
(
int
argc
,
char
**
argv
)
{
if
(
ONE
!=
1
)
{
fprintf
(
stderr
,
"ONE is not 1.\n"
);
return
1
;
}
if
(
ZERO
!=
0
)
{
fprintf
(
stderr
,
"ZERO is not 0.\n"
);
}
return
0
;
}