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