blob: 9ba7e1355c4eaff1404c84ea1f5a80cf1a593981 [file] [log] [blame]
(module
(type $second-super (sub (func)))
(import "primary" "sub" (func $import (type $second-super)))
(func $caller (export "caller")
(call_ref $second-super
(ref.func $import)
)
)
)