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