summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/memclass12.C
blob: 330416a590afefcecea7fc12eff03d4430afd4bd (plain)
1
2
3
4
5
6
// { dg-do assemble  }

struct outer {
  template <class T> struct inner;
} o;
template <class T> struct outer::inner {};