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