ec9bc860b4
This just adds the upstream tests; our implementation already had support. Change-Id: If8d340ebe79eae65d12164a01883482d521b8451 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1762287 Reviewed-by: Andreas Haas <ahaas@chromium.org> Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/master@{#63280}
8 lines
235 B
Plaintext
8 lines
235 B
Plaintext
(module
|
|
(func $f (import "" "f") (param i32 i64 i64 i32) (result i32 i64 i64 i32))
|
|
|
|
(func $g (export "g") (param i32 i64 i64 i32) (result i32 i64 i64 i32)
|
|
(call $f (local.get 0) (local.get 2) (local.get 1) (local.get 3))
|
|
)
|
|
)
|