blob: cf7201b92bf9301dcb0e67ce6b03f3397131d938 [file]
int foo(void);
#ifdef __GNUC__
#warning This should not produce error
#endif
int foo(void) {
return 0;
}