Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / parse / ret-type3.C
blob33ee317482527d02805356c2903925db679a63bb
1 // PR c++/21369
3 struct bar;
5 template <class T> struct bar *foo (T *p)
7   return p->t;