14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
test interpret
|
|
test run
|
|
set enable_llvm_abi_extensions=true
|
|
target aarch64
|
|
; target s390x TODO: Not yet implemented on s390x
|
|
target x86_64
|
|
|
|
function %i128_const_0() -> i128 {
|
|
block0:
|
|
v1 = iconst.i128 0
|
|
return v1
|
|
}
|
|
; run: %i128_const_0() == 0
|