diff options
Diffstat (limited to 'tests/proc/t8357.nim')
-rw-r--r-- | tests/proc/t8357.nim | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/proc/t8357.nim b/tests/proc/t8357.nim deleted file mode 100644 index 350ebe356..000000000 --- a/tests/proc/t8357.nim +++ /dev/null @@ -1,10 +0,0 @@ -discard """ - output: "Hello" -""" - -type - T = ref int - -let r = new(string) -r[] = "Hello" -echo r[] |