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

	.def storage_class_range
		.scl 1337
	.endef