aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/COFF/invalid-scl-range.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/COFF/invalid-scl-range.s')
-rw-r--r--test/MC/COFF/invalid-scl-range.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/COFF/invalid-scl-range.s b/test/MC/COFF/invalid-scl-range.s
new file mode 100644
index 0000000..5722505
--- /dev/null
+++ b/test/MC/COFF/invalid-scl-range.s
@@ -0,0 +1,6 @@
+# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
+
+ .def storage_class_range
+ .scl 1337
+ .endef
+