summary refs log tree commit diff stats
path: root/tests/generics/topensymimport.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/generics/topensymimport.nim')
-rw-r--r--tests/generics/topensymimport.nim5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/generics/topensymimport.nim b/tests/generics/topensymimport.nim
new file mode 100644
index 000000000..a47496827
--- /dev/null
+++ b/tests/generics/topensymimport.nim
@@ -0,0 +1,5 @@
+# issue #23386
+
+import mopensymimport2
+
+doAssert g(int) == "f"