aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2003-05-12-MinIntProblem.llx
blob: ae54710b6b4281dcb83166eed693ead037fe5757 (plain)
1
2
3
4
5
; RUN: as < %s | dis | grep -- -2147483648

int %foo() {
	ret int -2147483648
}