brintos

brintos / llvm-project-archived public Read only

0
0
Text · 228 B · 326cc1e Raw
10 lines · plain
1# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s2 3	.def storage_class_range4# CHECK: storage class value '1337' out of range5# CHECK: storage class value '9001' out of range6		.scl 13377		.scl 90018	.endef9 10