Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / scope1.C
blob1425a9d4b3c84920c4b0c937ce22f2eaf857131c
1 // { dg-do assemble  }
3 template<class X, class Z>
4 class foo
6 public:
7   typedef X y;
9   class bar {
10   public:
11     void blah () { y Y; }
12   };