blob: 30872a2e953da2dc147deab04155ea46bb7b212c [file] [log] [blame]
// PR c++/11116
template <typename T> struct S {};
void f() {
throw S (); // { dg-error "template" }
}