mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-30 15:45:26 +00:00
cf7a39ff76
llvm-svn: 6122
6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
; RUN: as < %s | dis | grep -- -2147483648
|
|
|
|
int %foo() {
|
|
ret int -2147483648
|
|
}
|