summary refs log tree commit diff stats
path: root/tests/system/tgcregions.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/tgcregions.nim')
-rw-r--r--tests/system/tgcregions.nim6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/system/tgcregions.nim b/tests/system/tgcregions.nim
new file mode 100644
index 000000000..e14865be3
--- /dev/null
+++ b/tests/system/tgcregions.nim
@@ -0,0 +1,6 @@
+discard """
+cmd: "nim c --gc:regions $file"
+"""
+
+# issue #12597
+# it just tests that --gc:regions compiles. Nothing else.   :'(