Sign in
gnu
/
gcc
/
19220ca6aa79921cc431e41f25986e16410c7a6a
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
args1.C
blob: 0eb6e64b6346f4470d582b4cbd26b6c69ee8b2fc [
file
] [
log
] [
blame
]
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 9 Jul 2003 <nathan@codesourcery.com>
// PR c++ 11050. Accepted ill-formed
void
Foo
(
int
)
{
Foo
(
2
2
);
// { dg-error "expected" "" }
}