summaryrefslogtreecommitdiff
path: root/test/MC/COFF/invalid-scl-range.s
blob: ec0c2bb1925243e9787450bab7523a36b4a573e8 (plain)
1
2
3
4
5
6
7
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
# REQUIRES: asserts

	.def storage_class_range
		.scl 1337
	.endef