Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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" }