aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/memclass12.C
blob: f4d035481a07c3e9e78773d3e3b9357ca62df7d6 (plain)
1
2
3
4
5
6
// Build don't link:

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