mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
15 lines
222 B
Text
15 lines
222 B
Text
function a(_a: I32) =
|
|
___asm(
|
|
__locals(),
|
|
"local.get 0 0",
|
|
"drop",
|
|
);
|
|
|
|
function b(_a: I32) =
|
|
___asm(
|
|
__locals(),
|
|
"local.get",
|
|
"drop",
|
|
);
|
|
|
|
function main() = ;
|