defs.nim 61 B

12345
  1. type MyObj* = object
  2. s*: string
  3. field1*: int
  4. ch*: char