summaryrefslogtreecommitdiffstats
path: root/test cases/common/21 target arg/func.c
blob: 8c0659e96055cd94cc3c0f32bb800fffc0f631f9 (plain)
1
2
3
4
5
6
7
8
9
#ifndef CTHING
#error "Local argument not set"
#endif

#ifdef CPPTHING
#error "Wrong local argument set"
#endif

int func(void) { return 0; }