summary refs log tree commit diff stats
path: root/tests/enum/t16462.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/enum/t16462.nim')
-rw-r--r--tests/enum/t16462.nim5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/enum/t16462.nim b/tests/enum/t16462.nim
new file mode 100644
index 000000000..9f38286bb
--- /dev/null
+++ b/tests/enum/t16462.nim
@@ -0,0 +1,5 @@
+import m16462_1 except Scancode
+import m16462_2
+
+# bug #16462
+let a = SCANCODE_LEFT
\ No newline at end of file