aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/pr60249.C
blob: e650dcb452bd09a96eb8665d32d3eb915e0740e6 (plain)
1
2
3
4
5
6
// PR c++/60249
// { dg-do compile { target c++11 } }

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

// { dg-error "invalid type in declaration before" "invalid" { target *-*-* } 4 }