tforwty.nim 94 B

12345678910
  1. # Test 13: forward types
  2. type
  3. PSym = ref TSym
  4. TSym = object
  5. next: PSym
  6. var s: PSym