// PR c++/11116 template struct S {}; void f() { throw S (); // { dg-error "template" } }