repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
parse
/
defarg10.C
blob
ca228ac649208892d87e3735449e7cc187e97262
1
// Copyright (C) 2005 Free Software Foundation, Inc.
2
// Contributed by Nathan Sidwell 7 Jun 2005 <nathan@codesourcery.com>
3
4
// From java library.
5
6
void Foo (int = 0);
7
8
class Class
9
{
10
friend void Foo (int);
11
};