summary refs log tree commit diff stats
path: root/tests/ccgbugs/t15623.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ccgbugs/t15623.nim')
-rw-r--r--tests/ccgbugs/t15623.nim11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/ccgbugs/t15623.nim b/tests/ccgbugs/t15623.nim
deleted file mode 100644
index c8246c85b..000000000
--- a/tests/ccgbugs/t15623.nim
+++ /dev/null
@@ -1,11 +0,0 @@
-discard """
-  action: "compile"
-"""
-
-# bug #15623
-block:
-  echo cast[ptr int](nil)[]
-
-block:
-  var x: ref int = nil
-  echo cast[ptr int](x)[]