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

int %foo() {
	ret int -2147483648
}