index
:
CastXML.git
master
Clone from: https://github.com/CastXML/CastXML.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
input
/
Method-Argument-default.cxx
blob: dfd86ae69e3d35c4016b6228a8b6008983aacbe5 (
plain
)
1
2
3
4
class
start
{
static int const
C
=
0
;
int
method
(
int
=
C
);
};