Sign in
qemu
/
meson
/
refs/heads/wrapcase
/
.
/
test cases
/
common
/
234 wrap case
/
prog.c
blob: 41dfb8196e8d39d1888276ae3d684d2f0852d939 [
file
] [
log
] [
blame
]
#include
<up_down.h>
int
main
()
{
#ifdef
UP_IS_DOWN
return
0
;
#else
return
1
;
#endif
}