Files
RedBear-OS/local/recipes/dev/meson/source/test cases/common/21 target arg/func2.c
T

10 lines
169 B
C

#ifdef CTHING
#error "Local C argument set in wrong target"
#endif
#ifdef CPPTHING
#error "Local CPP argument set in wrong target"
#endif
int func(void) { return 0; }