Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / pch / local-1.Hs
blob56a6c7e474401dd3241c841ed9886ee1dbecd415
1 template<typename T> void func()   
2 {   
3   struct object   
4   {   
5     object() {}
6   };   
7 }