// { dg-do compile { target c++11 } } template void f (const char (&)[a]) { } void f (int) { } template void g () { f ({2u}); }