10 lines
253 B
Plaintext
10 lines
253 B
Plaintext
test verifier
|
|
set enable_simd
|
|
|
|
function %incorrect_constant_size() {
|
|
const13 = 0x0102030405 ; this constant has 5 bytes
|
|
block0:
|
|
v0 = vconst.i32x4 const13 ; error: The instruction expects const13 to have a size of 16 bytes but it has 5
|
|
return
|
|
}
|