[opaque pointer type] Add textual IR support for explicit type parameter to load...
[oota-llvm.git] / test / MC / COFF / invalid-scl-range.s
1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
2
3         .def storage_class_range
4                 .scl 1337
5         .endef
6