blob: f2dfda64c3de5b91ab88df67e90d76de13213338 [file] [log] [blame]
#ifdef WANT_FOO
int* foo();
#endif
#ifdef WANT_BAR
char *bar();
#endif