Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / enum11.C
blobd64fab2fcc3224aaf5043ffc226cc707bd0b7720
1 // { dg-do assemble  }
3 template <class T> void f1() 
4
5   struct foo { enum T2 {
6     un, du, toi };
7   }; 
10 void f2() { f1<int>(); }