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

	.def invalid_type_range
		.type 65536
	.endef