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-annotate.cxx
blob: cbd02cfd786177283e8ae581323aeaed8d37149c (
plain
)
1
2
3
class
start
{
__attribute__
((
annotate
(
"an annotation"
)))
int
method
(
int
);
};