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
/
OperatorMethod-annotate.cxx
blob: 543af88dde4985de2e5c03e8bf5b0296e8a5683c (
plain
)
1
2
3
4
class
start
{
__attribute__
((
annotate
(
"an annotation"
)))
start
&
operator
<<(
int
);
};