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
/
defarg1.C
blob: 77c50e8c3a9ee8fd7fc436528bf974bd6ea8e076 (
plain
)
1
2
3
4
5
class
A
{
public
:
A
(
int
nBits
=
((
int
)
0x8
)
|
((
int
)
0x4
)
|
((
int
)
0x2
));
};