blob: edb6e7e1f13786d78898392405b8798beb8ee5cc (
plain)
1
2
3
4
5
6
7
8
9
10
|
(module
(type $none_=>_i32 (func (result i32)))
(type $none_=>_funcref (func (result funcref)))
(func $0 (; 0 ;) (result i32)
(i32.const 0)
)
(func $test (; 1 ;) (result funcref)
(ref.func $0)
)
)
|