mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 08:25:02 +01:00
8 lines
198 B
Text
8 lines
198 B
Text
function dropping(_a: I32) = (
|
|
1;
|
|
___asm(__locals(), "drop");
|
|
//~^ ERROR: `___asm` cannot be used as a value
|
|
//~| ERROR: `__locals` cannot be used as a value
|
|
);
|
|
|
|
function main() = ;
|