]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/inline-10.c
Package description and copyright added.
[pkg-cerco/acc.git] / tests / GCCTestSuite / 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);