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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
inline-32.c
blob
bfcafd5dbba0912bf5444ab313f838b49470c125
1
/* { dg-do link } */
2
/* { dg-options "-std=c99 -pedantic-errors" } */
3
/* { dg-additional-sources inline-32a.c } */
4
inline
int
f
(
void
) {
return
0
; }
5
6
int
7
main
(
void
)
8
{
9
extern
int
f
();
10
return
f
();
11
}