1// { dg-options "-Wconversion-null" }
2void foo(const char *);
3void bar() { foo(false); } // { dg-warning "pointer type for argument" }
4