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