This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.dg / inline-10.c
blobed6851a615b0e7ad30e08c43da50e48276cc928e
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" } */
6 inline int main (void);