forked from OSchip/llvm-project
6 lines
104 B
LLVM
6 lines
104 B
LLVM
![]() |
; RUN: llvm-as < %s | llvm-dis | grep -- -2147483648
|
||
![]() |
|
||
![]() |
define i32 @foo() {
|
||
|
ret i32 -2147483648
|
||
![]() |
}
|