1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/test/Regression/Assembler/2003-05-12-MinIntProblem.llx
Chris Lattner cf7a39ff76 New bug distilled from aha program
llvm-svn: 6122
2003-05-12 15:06:20 +00:00

6 lines
80 B
Plaintext

; RUN: as < %s | dis | grep -- -2147483648
int %foo() {
ret int -2147483648
}