aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/warn/Wzero-as-null-pointer-constant-6.C
blob: 4a76b5cf16f235c36aa283a3de56941a0efe53cd (plain)
1
2
3
4
5
6
// PR c++/53301
// { dg-options "-Wzero-as-null-pointer-constant" }

class x { public: x(int v) {} };

void foo(const x& = 0);