Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / explicit79.C
blob9d62ca40e9e027d2be64c8548828df88fd251ce9
1 // { dg-do assemble  }
3 template <int I>
4 void f(int (*)[I] = 0);
6 template <int J>
7 void f();
9 void g()
11   f<-1>();