2008-07-06 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / defarg10.C
blobbbf9ac04b4bdb6eb2a54d3de069a1caaee00fdc4
1 // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 7 Jun 2005 <nathan@codesourcery.com>
4 // From java library.
6 void  Foo (int = 0);
8 class Klasse
10   friend void Foo (int);