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