mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 18:26:24 +02:00
4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
(module
|
|
(func $hello (import "" "hello"))
|
|
(func (export "run") (call $hello))
|
|
) |