index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
ext
/
interface3
/
interface3a2.cc
blob: cbf1ba801bfd2f0e39810fb87b6a609c58db9ee0 (
plain
)
1
2
3
4
5
6
7
8
9
// PR c++/26195
extern
void
f1
();
extern
void
f2
();
int
main
()
{
f1
();
f2
();
}