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