defs.nim 61 B

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