summaryrefslogtreecommitdiffstats
path: root/test/input/Method-Argument-default.cxx
blob: dfd86ae69e3d35c4016b6228a8b6008983aacbe5 (plain)
1
2
3
4
class start {
  static int const C = 0;
  int method(int = C);
};