OSDN Git Service

2006-06-19 Anatoly Sokolov <aesok@post.ru>
[pf3gnuchains/gcc-fork.git] / 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);