Files
c3c/test/test_suite/asm/asm_load_rv64.c3t
2024-08-20 22:42:38 +02:00

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}"()