diff options
Diffstat (limited to 'test/unit.fromasm')
-rw-r--r-- | test/unit.fromasm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit.fromasm b/test/unit.fromasm index fcddb0b4b..15ff3b517 100644 --- a/test/unit.fromasm +++ b/test/unit.fromasm @@ -25,6 +25,7 @@ (global $Int (mut i32) (i32.const 0)) (global $Double (mut f64) (f64.const 0)) (global $n (mut i32) (get_global $n$asm2wasm$import)) + (global $exportedNumber i32 (i32.const 42)) (export "big_negative" (func $big_negative)) (export "pick" (func $big_negative)) (export "doubleCompares" (func $doubleCompares)) @@ -68,6 +69,7 @@ (export "dropIgnoredImportsInIf" (func $dropIgnoredImportsInIf)) (export "relooperJumpThreading_irreducible" (func $relooperJumpThreading_irreducible)) (export "store_fround" (func $store_fround)) + (export "exportedNumber" (global $exportedNumber)) (func $big_negative (nop) ) |