1 // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 14 Oct 2005 <nathan@codesourcery.com>
4 // PR 21353 missing error.
5 // Origin:Andrew Pinski <pinskia@gcc.gnu.org>
11 static void func (X &ref = a); // { dg-error "default argument" "" }
17 static void func (X &ref = a); // not an error at this point
24 D<int>::func (); // { dg-error "default argument" "" }