(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
freestanding-nonint-main.c
       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" } */