1 // PR c++/35338
2 // { dg-options "" }
3 
4 int i = 0r; // { dg-error "not supported" }
5 bool b = !0r; // { dg-error "not supported" }
6