Path: blob/main/tests/all/cli_tests/issue-10353.wat
3073 views
(module
(table $t 10 (ref null none))
(func (export "f") (result (ref null none))
(i32.const 99)
(table.get $t)
)
)
(module
(table $t 10 (ref null none))
(func (export "f") (result (ref null none))
(i32.const 99)
(table.get $t)
)
)