summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/Wzero-as-null-pointer-constant-3.C
blob: 3e471aa2c939a79196af95df413cc9695820e2d5 (plain)
1
2
3
4
5
6
// 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" }