DEBSOURCES
Skip Quicknav
sources / nim / 2.2.0-1 / tests / types / tforwty.nim
123456789
# Test 13: forward types type PSym = ref TSym TSym = object next: PSym var s: PSym