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