summaryrefslogtreecommitdiffstats
path: root/test/input/Destructor-deprecated.cxx
blob: 620268a7fda6f5cd5540edd1d64f64f4cea285ee (plain)
1
2
3
4
class start
{
  __attribute__((deprecated)) ~start();
};