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