repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
inline-10.c
blob
ed6851a615b0e7ad30e08c43da50e48276cc928e
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
);