Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
Wzero-as-null-pointer-constant-3.C
blob: 3e471aa2c939a79196af95df413cc9695820e2d5 [
file
] [
log
] [
blame
]
// PR c++/70808
// { dg-do compile { target c++11 } }
// { dg-options "-Wzero-as-null-pointer-constant" }
int
*
no_warn
=
{};
decltype
(
nullptr
)
warn
=
{};
// { dg-bogus "zero as null pointer constant" }