diff options
Diffstat (limited to 'test/passes/simplify-globals_all-features_fuzz-exec.txt')
-rw-r--r-- | test/passes/simplify-globals_all-features_fuzz-exec.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/passes/simplify-globals_all-features_fuzz-exec.txt b/test/passes/simplify-globals_all-features_fuzz-exec.txt index fa236fbc1..141fe9f01 100644 --- a/test/passes/simplify-globals_all-features_fuzz-exec.txt +++ b/test/passes/simplify-globals_all-features_fuzz-exec.txt @@ -3,6 +3,7 @@ (module (type $f32_ref?|i31|_i64_f64_funcref_=>_none (func (param f32 (ref null i31) i64 f64 funcref))) (type $none_=>_funcref (func (result funcref))) + (elem declare func $0) (global $global$0 (mut funcref) (ref.null func)) (export "export" (func $1)) (func $0 (param $0 f32) (param $1 (ref null i31)) (param $2 i64) (param $3 f64) (param $4 funcref) |