OSDN Git Service

Initial revision
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / bool6.C
1 // Bug:  The conversion from bool to int gets stripped.
2 // Build don't link:
3
4 bool b;
5
6 main ()
7 {
8   return ((!b) != 0);
9 }