Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
pedantic2.C
blob: 6c834162c1b63598098978495b78b0625f937272 [
file
] [
log
] [
blame
]
// { dg-options "-pedantic" }
class
foo
{
foo
()
{};
void
bar
()
{};
foo
(
int
)
{};;
// { dg-warning "extra" }
void
bar
(
int
)
{};;
// { dg-warning "extra" }
};