assemblyscript/tests/compiler/std/array.optimized-inlined.wast
2017-12-16 02:27:39 +01:00

12 lines
174 B
Plaintext

(module
(type $v (func))
(memory $0 1)
(export "memory" (memory $0))
(start $start)
(func $start (; 0 ;) (type $v)
(block $__inlined_func$Array.test
(nop)
)
)
)