1 // PR c++/38655
2 // { dg-options "" }
3 
4 __decltype(0r)* p = 1; // { dg-error "not supported|invalid" }
5