Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / g++.dg / warn / Wzero-as-null-pointer-constant-6.C
blob4a76b5cf16f235c36aa283a3de56941a0efe53cd
1 // PR c++/53301
2 // { dg-options "-Wzero-as-null-pointer-constant" }
4 class x { public: x(int v) {} };
6 void foo(const x& = 0);