summaryrefslogtreecommitdiffstats
path: root/test/input/Method-annotate.cxx
blob: cbd02cfd786177283e8ae581323aeaed8d37149c (plain)
1
2
3
class start {
  __attribute__ ((annotate ("an annotation"))) int method(int);
};