aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/decltype-38655.C
blob: 3b8455bc13fa44e100ca62c7a5c9c924e2cbae6e (plain)
1
2
3
4
// PR c++/38655
// { dg-options "" }

__decltype(0r)* p = 1; // { dg-error "not supported|invalid" }