summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/ns13.C
blob: 23a10469a1a09c44074bd4ae5c094b9d54cbf204 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// { dg-do assemble  }

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

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