summaryrefslogtreecommitdiffstats
path: root/test/input/Constructor-deprecated.cxx
blob: 70cbe0f0dc3056569d96ad9fa67230b46f7523ff (plain)
1
2
3
4
class start
{
  __attribute__((deprecated)) start();
};