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