aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/21 target arg/func2.c
blob: 1897cf7d24793ac842f4b1ad1addf1b6480711f4 (plain)
1
2
3
4
5
6
7
8
9
#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; }