6 lines
88 B
C
6 lines
88 B
C
|
#ifndef FOO
|
||
|
#ifndef FOO // this would warn, but not in a header
|
||
|
void f();
|
||
|
#endif
|
||
|
#endif
|