aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/ns13.C
blob: 5482a43c72f102d08336da57860da2fb6e707d57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Build don't link:

namespace N {
  struct C {
    C();
  };
}

namespace M {
  struct C {
    C();
  };
}