cxx_nonstatic_member_init.cpp 29 B

1234
  1. class A
  2. {
  3. int m_i = 42;
  4. };