blob: d57a91465175f7cb5a66cf2b7f2292d4d8ba12e0 [file] [log] [blame]
/* Test for cases that should not get the unconditional warning about
missing return. */
/* { dg-do compile } */
f() {} /* { dg-bogus "" "no return warning" } */
int g() { abort (); } /* { dg-bogus "" "no return warning" } */
int main() {} /* { dg-bogus "" "no return warning" } */