aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/ns10.C
blob: 587b9291b5520167b519dc76df23eb0041e7203f (plain)
1
2
3
4
5
6
7
8
9
10
// excess errors test - XFAIL *-*-*
namespace Foo {
  bar() {
    return 0;
  }
}

main() {
  return Foo::bar();
}