diff options
Diffstat (limited to 'tests/compile/tforwty.nim')
-rw-r--r-- | tests/compile/tforwty.nim | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/compile/tforwty.nim b/tests/compile/tforwty.nim deleted file mode 100644 index 0f1d3697f..000000000 --- a/tests/compile/tforwty.nim +++ /dev/null @@ -1,9 +0,0 @@ -# Test 13: forward types - -type - PSym = ref TSym - - TSym = object - next: PSym - -var s: PSym |