Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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" }
};