blob: ae54710b6b4281dcb83166eed693ead037fe5757 [file] [log] [blame]
; RUN: as < %s | dis | grep -- -2147483648
int %foo() {
ret int -2147483648
}