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
/
parse
/
namespace1.C
blob: 7740bce2dc4708d8328d6872634b4d95279fbb35 (
plain
)
1
2
3
4
5
6
7
namespace
foo
{
void
baz
(
int
);
}
int
bar
(
int
foo
)
{
foo
::
baz
(
3
);
}