mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
|
; RUN: as < %s | dis | grep -- -2147483648
|
||
|
|
||
|
int %foo() {
|
||
|
ret int -2147483648
|
||
|
}
|