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