parent
b3fe9fa5d8
commit
4d7ccd1399
7 changed files with 20 additions and 9 deletions
@ -1,5 +1,9 @@ |
||||
int foo(void); |
||||
|
||||
#ifdef __GNUC__ |
||||
#warning This should not produce error |
||||
#endif |
||||
|
||||
int foo(void) { |
||||
return 0; |
||||
} |
||||
|
Loading…
Reference in new issue