OSDN Git Service

* gcc.dg/altivec-vec-merge.c: Make test usable on GNU/Linux targets
[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);