Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
error25.C
blob: b5b665a2edcc8b2027352e82475e0a54742acb3a [
file
] [
log
] [
blame
]
// PR c++/35338
// { dg-options "" }
int
i
=
0r
;
// { dg-error "not supported" }
bool
b
=
!
0r
;
// { dg-error "not supported" }