assemblyscript/tests/compiler/namespace.optimized-inlined.wast

12 lines
224 B
Plaintext
Raw Normal View History

2017-12-13 23:24:13 +01:00
(module
(type $v (func))
(memory $0 1)
(export "test" (func $namespace/test))
(export "memory" (memory $0))
(func $namespace/test (; 0 ;) (type $v)
(block $__inlined_func$namespace/Outer.Inner.aFunc
(nop)
)
)
)