mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-05 00:06:07 +00:00
6 lines
104 B
LLVM
6 lines
104 B
LLVM
; RUN: llvm-as < %s | llvm-dis | grep -- -2147483648
|
|
|
|
define i32 @foo() {
|
|
ret i32 -2147483648
|
|
}
|