(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
pr60249.C
// PR c++/60249
// { dg-do compile { target c++11 } }

decltype(""_) x; // { dg-error "unable to find string literal operator" }