Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
bool6.C
blob: 30d04696126e683bfc9466d586165bd532e66a47 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Bug: The conversion from bool to int gets stripped.
bool
b
;
int
main
()
{
return
((!
b
)
!=
0
);
}