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

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

int func() { return 0; }