Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
pr60249.C
blob: 35dd459e8cfdfc31a7106d07a6d3a4744c82b8b4 [
file
] [
log
] [
blame
]
// PR c++/60249
// { dg-do compile { target c++11 } }
decltype
(
""
_
)
x
;
// { dg-error "unable to find string literal operator" }