index
:
agbcc
master
game boy advance c compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.old-deja
/
g++.ns
/
anon1.C
blob: c4a242a5078fd331952f490ec619c79fba008914 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
12
namespace{ void f(); } int main() { f(); } namespace{ void f(){} }