New bug distilled from aha program
[oota-llvm.git] / test / Assembler / 2003-05-12-MinIntProblem.llx
1 ; RUN: as < %s | dis | grep -- -2147483648
2
3 int %foo() {
4         ret int -2147483648
5 }