summaryrefslogtreecommitdiffstats
path: root/test/input/OperatorMethod-deprecated.cxx
blob: 8ec5b68ea1481cd003fb50a70da2e8e85b6c7fa8 (plain)
1
2
3
4
class start
{
  __attribute__((deprecated)) start& operator<<(int);
};