summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/typename2.C
blob: 7c87c5b09070f89d4d5fad6afb91303f5fcbafbb (plain)
1
2
3
4
5
6
7
// { dg-do assemble  }

template<typename T>
void f()
{
  typename T::u;  // { dg-error "" } declare anything
}