diff options
Diffstat (limited to 'test/heap-types.wast.fromBinary')
-rw-r--r-- | test/heap-types.wast.fromBinary | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/heap-types.wast.fromBinary b/test/heap-types.wast.fromBinary index b6f6eb880..2d8e7ff38 100644 --- a/test/heap-types.wast.fromBinary +++ b/test/heap-types.wast.fromBinary @@ -72,6 +72,10 @@ (i32.const 1) ) ) + (struct.set ${i32_f32_f64} 0 + (local.get $x) + (i32.const 100) + ) (unreachable) ) ) |