OSDN Git Service

Update LLVM for 3.5 rebase (r209712).
[android-x86/external-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