summaryrefslogtreecommitdiffstats
path: root/test/input/Constructor-annotate.cxx
blob: 94cf13e01b30ca742082853c52affea5fbde8c68 (plain)
1
2
3
class start {
  __attribute__ ((annotate ("an annotation"))) start();
};