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

	.def invalid_type_range
		.type 65536
	.endef