repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
def-args1.C
blob
c0cc071a4f55f0c53e3bcc372da32449770ab1c7
1
// { dg-do assemble }
2
// PRMS Id: 10860
3
class Beige
4
{
5
public:
6
static int yellow();
7
void white(int green = yellow());
8
void aqua(int green = Beige::yellow());
9
};