summary refs log tree commit diff stats
path: root/tests/compile/tforwty.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compile/tforwty.nim')
-rw-r--r--tests/compile/tforwty.nim9
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