2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / defarg2.C
blob571855a3c939c91de55c6f9930dbbff9e68663f6
1 // { dg-do compile }
3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 4 Jan 2003 <nathan@codesourcery.com>
6 // We erroneously prohibited default args on parenthesized function
7 // declarations.
9 void (foo)(int i = 0);