summaryrefslogtreecommitdiffstats
path: root/test/input/Method-deprecated.cxx
blob: 356a45f66b95768080e2c5e98628a40f7710ed76 (plain)
1
2
3
4
class start
{
  __attribute__((deprecated)) int method(int);
};