Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / template / crash3.C
blob21aa57b1e94551d7f0485f07d22ff9ddad9649bd
1 struct S {
2 };
4 extern S i[];
6 void g (S*);
8 template <typename T>
9 void f () {
10   g (&i[2]);