1 // PR c++/60249
2 // { dg-do compile { target c++11 } }
3 
4 decltype(""_) x; // { dg-error "unable to find string literal operator" }
5