OSDN Git Service

PR c++/45114 - Support C++11 alias-declaration
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / decltype-38655.C
1 // PR c++/38655
2 // { dg-options "" }
3
4 __decltype(0r)* p = 1; // { dg-error "not supported|invalid" }