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