Files
RedBear-OS/local/recipes/dev/meson/source/test cases/common/236 proper args splitting/main.c
T

12 lines
131 B
C

#ifndef FOO
# error "FOO is not defined"
#endif
#ifndef BAR
# error "BAR is not defined"
#endif
int main(void) {
return 0;
}