(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
freestanding-nonint-main.C
/* Check that we get the right warning for nonint main in freestanding. */
/* { dg-do compile } */
/* { dg-options "-ffreestanding -Wreturn-type" } */

const char *main() {} /* { dg-warning "-Wreturn-type" } */