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