Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / template / typename1.C
blob86658c5f995e783bda8fac666dd1d14b1fc17a2d
1 // Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2 // { dg-do compile }
4 template <class T>
5 class B : virtual T::A
7         typedef int INT;
8         INT i;
9 };