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" }