summaryrefslogtreecommitdiff
path: root/tests/headers/inner_const.hpp
blob: 25c2e603a6f6a3b0b397f9ea02b2dfb52bf80bd1 (plain)
1
2
3
4
5
6

class Foo {
  static int BOO;
  static Foo whatever;
  int bar;
};