OSDN Git Service

PR testsuite/25241
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / explicit76.C
1 // { dg-do assemble }
2
3 // Based on bug report by Simon A. Crase <s.crase@ieee.org>
4
5
6 struct foo {
7   template <class T> void bar();
8 };
9
10 template void foo::bar<void>(); // { dg-bogus "" "" { xfail *-*-* } }  - ICE -