(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
inline-10.c
       1  /* Test inline main, gnu99 mode, freestanding, -pedantic-errors.  */
       2  /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
       3  /* { dg-do compile } */
       4  /* { dg-options "-std=gnu99 -ffreestanding -pedantic-errors" } */
       5  
       6  inline int main (void) { return 1; }