// { dg-do compile { target c++11 } } template void fk (XE..., SW); // { dg-error "12:.SW. has not been declared" } void w9 (void) { fk (0); }