Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / bool4.C
blob03b670c394ec92f5640a199b335d848d0a4db7bc
1 // { dg-do run  }
2 // Test for allowing conversion to bool.
4 struct A { };
6 int main ()
8   bool b = (void*)0;
9   b = (int A::*)0;
10   b = (int (A::*)())0;