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
/
Field.cxx
blob: d8efaf9282ea8051f5b31880466f2153fda74b2b (
plain
)
1
2
3
4
5
class
start
{
int
field
;
unsigned
bit_field
:
2
;
mutable
int
mutable_field
;
};