No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / parse / defarg10.C
blobca228ac649208892d87e3735449e7cc187e97262
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 Class
10   friend void Foo (int);