Sign in
qemu
/
meson
/
2fd39dc2b08a0d60471e13a2ed3216486be738cf
/
.
/
test cases
/
common
/
125 configure file in generator
/
src
/
main.c
blob: 6329e4791194790999bf6b6b4d75abbce14744d0 [
file
] [
log
] [
blame
]
#include
<stdio.h>
#include
"confdata.h"
#if RESULT != 42
#error
Configuration
RESULT is not defined correctly
#endif
#undef
RESULT
#include
"source.h"
#if RESULT != 23
#error
Source
RESULT is not defined correctly
#endif
int
main
(
void
)
{
return
0
;
}