2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / template / error8.C
blob30872a2e953da2dc147deab04155ea46bb7b212c
1 // PR c++/11116
3 template <typename T> struct S {};
5 void f() {
6   throw S (); // { dg-error "template" }