Add a WHOLE lot of updates clarifications and fixes. This is not done but getting...
[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 }