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: 13b58b3c4a8d8be255af3d7c0a40ae217b336611 (
plain
)
1
2
3
4
class
start
{
__attribute__
((
annotate
(
"an annotation"
)))
int
method
(
int
);
};