mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 08:25:02 +01:00
8 lines
183 B
Text
8 lines
183 B
Text
function dropping(_a: I32) =
|
|
___asm(
|
|
//~^ ERROR: inline assembly must have __locals() as first argument
|
|
"local.get 0",
|
|
"drop",
|
|
);
|
|
|
|
function main() = ;
|