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