index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
parse
/
defarg15.C
blob: b93af4c9200dd8005d29025af51b441a620300fe (
plain
)
1
2
3
4
5
// PR c++/44991
class
bar
{
void
foo
(
bool
a
=
3
<
2
,
bool
b
=
true
)
{}
};