* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / Wzero-as-null-pointer-constant-3.C
blob3e471aa2c939a79196af95df413cc9695820e2d5
1 // PR c++/70808
2 // { dg-do compile { target c++11 } }
3 // { dg-options "-Wzero-as-null-pointer-constant" }
5 int* no_warn = {};
6 decltype( nullptr ) warn = {};  // { dg-bogus "zero as null pointer constant" }