// PR c++/92010 // { dg-do compile { target c++11 } } template void foo(const T t = "; ") { } int main() { foo (); }