blob: 1237097b8d7a326c74fc4df7d45d423d86d812d6 [file] [edit]
(module
(type $s (struct (field (mut i32))))
(func $a (param $ref (ref $s))
(struct.set $s 0 (local.get $ref) (i32.const 5))
(struct.set $s 0 (local.get $ref) (i32.const 4))
(struct.set $s 0 (local.get $ref) (i32.const 4))
)
)