class start
{
  int field_int = 123;
  char const* field_str = "abc";
};
