hanchenye-llvm-project/llvm/test/Assembler/2003-05-12-MinIntProblem.ll

6 lines
104 B
LLVM
Raw Normal View History

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