blob: dfe5f9733afb10179687db65ab1e405980d14acd [file] [log] [blame]
#ifndef FOO
#ifndef FOO // this would warn, but not in a header
void f();
#endif
#endif