aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/22 target arg/func.c
blob: 9b3fe5d441e6d23610ccc8707bcef76d2fe9aa59 (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() { return 0; }