summary refs log tree commit diff stats
path: root/tests/ccgbugs/trecursive_closure.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ccgbugs/trecursive_closure.nim')
-rw-r--r--tests/ccgbugs/trecursive_closure.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ccgbugs/trecursive_closure.nim b/tests/ccgbugs/trecursive_closure.nim
index f64382a8c..4b6514b90 100644
--- a/tests/ccgbugs/trecursive_closure.nim
+++ b/tests/ccgbugs/trecursive_closure.nim
@@ -1,3 +1,7 @@
+discard """
+action: compile
+"""
+
 # bug #2233
 type MalType = object
   fun: proc: MalType