Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
freestanding-nonint-main.c
blob: d8393346b091bb6555c76f2eaaa111c5737bf067 [
file
] [
log
] [
blame
]
/* 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" } */