1 /* Check that we get the right warning for nonint main in freestanding. */
2 /* { dg-do compile } */
3 /* { dg-options "-ffreestanding -Wreturn-type" } */
4
5 const char *main(void) {} /* { dg-warning "-Wreturn-type" } */