7 lines
204 B
Plaintext
7 lines
204 B
Plaintext
;; 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)
|
|
)
|