mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 08:25:02 +01:00
8 lines
181 B
Text
8 lines
181 B
Text
function a(_a: I32) =
|
|
___asm(
|
|
__locals(),
|
|
0,
|
|
//~^ ERROR: inline assembly instruction must be string literal with instruction
|
|
);
|
|
|
|
function main() = ;
|