// Copyright (C) 2005 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 7 Jun 2005 // From java library. void Foo (int = 0); class Class { friend void Foo (int); };