1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/test/Assembler/2003-05-12-MinIntProblem.ll

6 lines
104 B
LLVM
Raw Normal View History

2008-02-14 08:57:12 +01:00
; RUN: llvm-as < %s | llvm-dis | grep -- -2147483648
2008-02-14 08:57:12 +01:00
define i32 @foo() {
ret i32 -2147483648
}