Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wconversion-null-5.C
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" }