Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / parse / args1.C
blob0eb6e64b6346f4470d582b4cbd26b6c69ee8b2fc
1 // { dg-do compile }
3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 9 Jul 2003 <nathan@codesourcery.com>
6 // PR c++ 11050. Accepted ill-formed
9 void Foo (int)
11   Foo(2 2); // { dg-error "expected" "" }