aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/config.h
blob: f2dfda64c3de5b91ab88df67e90d76de13213338 (plain) (blame)
1
2
3
4
5
6
7
#ifdef WANT_FOO
int* foo();
#endif

#ifdef WANT_BAR
char *bar();
#endif