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

inline int main (void);