2018-10-23 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr60249.C
blob35dd459e8cfdfc31a7106d07a6d3a4744c82b8b4
1 // PR c++/60249
2 // { dg-do compile { target c++11 } }
4 decltype(""_) x; // { dg-error "unable to find string literal operator" }