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 c/56980
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
dll-9a.c
blob
80caf32174299fa71c5d8d9ecf2de7f7b4ca9b8b
1
extern
void
i1
();
2
extern
void
i3
();
3
extern
void
i4
();
4
extern
void
i5
();
5
6
extern
void
e1
();
7
extern
void
e3
();
8
extern
void
e4
();
9
extern
void
e5
();
10
11
int
main
() {
12
i1
();
13
i3
();
14
i4
();
15
i5
();
16
17
e1
();
18
e3
();
19
e4
();
20
e5
();
21
}