summaryrefslogtreecommitdiffstats
path: root/test/input/OperatorFunction-annotate.cxx
blob: bbb3bf90aa657efe941e038a891dba04fe1c2ced (plain)
1
2
3
4
class A;
namespace start {
  __attribute__ ((annotate ("an annotation"))) A& operator<<(A&, int);
}