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