blob: 05980ea91ab5f743b2679220603a4bbf81e65e49 [file] [log] [blame]
// PR c++/60304
// { dg-do compile { target c++98_only } }
// { dg-options "-Wconversion-null" }
#include <stdbool.h>
int * foo() {return false;} // { dg-warning "converting 'false' to pointer" }