summaryrefslogtreecommitdiffstats
path: root/test/input/Class-implicit-member-const.cxx
blob: 59221af7e967f115c5d9ad291903a0dea6587094 (plain)
1
2
3
4
5
class start {
  int const data;
public:
  start();
};