YouCompleteMe/cpp/llvm/test/Assembler/2003-05-12-MinIntProblem.ll

6 lines
104 B
LLVM
Raw Normal View History

2012-07-05 20:51:06 -04:00
; RUN: llvm-as < %s | llvm-dis | grep -- -2147483648
define i32 @foo() {
ret i32 -2147483648
}