summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/explicit76.C
blob: 15f680c803aaa3af2d8ef047f1b039c3ec06d268 (plain)
1
2
3
4
5
6
7
8
9
10
// { dg-do assemble }

// Based on bug report by Simon A. Crase <s.crase@ieee.org>


struct foo {
  template <class T> void bar();
};

template void foo::bar<void>(); // { dg-bogus "" "" { xfail *-*-* } }  - ICE -