riverdelta/ui-tests/asm/not_toplevel.nil
2023-12-15 22:31:13 +01:00

6 lines
93 B
Text

function dropping(a: I32) = (
1;
___asm(__locals(), "drop");
);
function main() = ;