blob: 9af9c34f02d5877849d27d3aea4cd7a00c9b8957 [file] [log] [blame]
(module
(type $0 (func))
(memory $0 256 256)
(func $c (type $0)
(call $c)
(call $c)
(call $c)
)
(func $b (type $0)
(call $b)
(call $b)
)
(func $a (type $0)
(call $a)
)
)