mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-01 13:00:48 +01:00
4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
(module
|
|
(func $hello (import "" "hello"))
|
|
(func (export "run") (call $hello))
|
|
) |