blob: e1f50079db2a9ae338928856e0a6bb21e13696e1 [file] [log] [blame]
(module
(type $none_=>_i32 (func (result i32)))
(func $foo (result i32)
(i32.const 0)
)
(func $foo.1 (result i32)
(i32.const 1)
)
(func $foo.2 (result i32)
(i32.const 2)
)
)