mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 08:25:02 +01:00
8 lines
156 B
Text
8 lines
156 B
Text
function dropping(_a: I32) =
|
|
___asm(
|
|
__locals(),
|
|
"meow meow",
|
|
//~^ ERROR: unknown instruction: meow
|
|
);
|
|
|
|
function main() = ;
|