Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / explicit76.C
blob15f680c803aaa3af2d8ef047f1b039c3ec06d268
1 // { dg-do assemble }
3 // Based on bug report by Simon A. Crase <s.crase@ieee.org>
6 struct foo {
7   template <class T> void bar();
8 };
10 template void foo::bar<void>(); // { dg-bogus "" "" { xfail *-*-* } }  - ICE -