Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.other / typename1.C
blob81e7571e8768442f45a5b67967c47c1e299b17ad
1 // { dg-do assemble  }
2 // { dg-options "-pedantic -Wno-deprecated" }
3 // This code snippet should be rejected with -pedantic
4 // Based on a test case by Louidor Erez <s3824888@techst02.technion.ac.il>
7 template<class T>
8 class Vector {
9 public:
10   typedef T* iterator;
13 template<class T>
14 void f()
16   Vector<T>::iterator i = 0; // { dg-warning "" } missing typename