Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
inline-10.c
blob: f7a7592a6a92011d21964d3460a45fc7b57f82a4 [
file
] [
log
] [
blame
]
/* 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
)
{
return
1
;
}