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