blob: a71b410018c61d7ea361b02f8c91bef36a3bc50d [file] [log] [blame]
// { dg-options "-Wconversion" }
void foo(const char *);
void bar() { foo(false); } // { dg-warning "pointer type for argument" }