repo.or.cz
/
official-gcc
/
alias-decl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* config/bfin/bfin.c (effective_address_32bit_p): Return true for
[official-gcc/alias-decl.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
interface2b.cc
blob
9109949b890ed0064396073f28044e32d320bc8d
1
// PR c++/26195
2
extern
void
foo1
();
3
extern
void
foo2
();
4
5
int
main
()
6
{
7
foo1
();
8
foo2
();
9
}