1 2 3 4 5 6
;; This test ensures that the `_initialize` function is hooked up to execute ;; when the component is instantiated. (module (func (export "a") unreachable) (func (export "_initialize") unreachable) )