Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wzero-as-null-pointer-constant-6.C
blob: 4a76b5cf16f235c36aa283a3de56941a0efe53cd [
file
] [
log
] [
blame
]
// PR c++/53301
// { dg-options "-Wzero-as-null-pointer-constant" }
class
x
{
public
:
x
(
int
v
)
{}
};
void
foo
(
const
x
&
=
0
);