Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / namespace1.C
blob566974192537fdf0c4befd5f65ebe69e6f5f75dc
1 namespace foo {
2 void baz(int);
5 void bar(int foo) {
6   foo::baz (3);