mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
15 lines
190 B
Plaintext
15 lines
190 B
Plaintext
// #target: elf-riscv64
|
|
module test;
|
|
|
|
fn void main(String[] args)
|
|
{
|
|
int x = 2;
|
|
asm
|
|
{
|
|
li $s1, -9223372036854775808;
|
|
}
|
|
}
|
|
|
|
/* #expect: test.ll
|
|
|
|
"li s1, -9223372036854775808\0A", "~{x9}"() |