repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR target/55146
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
inline-31.c
blob
1d9a2212e10328571f5d291810fedf87e4580d64
1
/* { dg-do compile } */
2
/* { dg-options "-std=c99 -pedantic-errors" } */
3
inline
int
f
(
void
) {
return
0
; }
4
5
void
6
g
(
void
)
7
{
8
extern
int
f
();
9
}