mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
7 lines
110 B
Text
7 lines
110 B
Text
function dropping(_a: I32) =
|
|
___asm(
|
|
__locals(),
|
|
"meow meow",
|
|
);
|
|
|
|
function main() = ;
|