summaryrefslogtreecommitdiffstats
path: root/test/input/Converter-deprecated.cxx
blob: e580e92f713114b52bcb081404c803faf66cbd45 (plain)
1
2
3
4
class start
{
  __attribute__((deprecated)) operator int();
};