reg_alloc1

Undocumented in source.
immutable
@TestInfo(&tester1, [HostSymbol("callee", cast(void*)&external_void_func)])
auto reg_alloc1 = q{--- reg_alloc1 // test register allocation @extern(module, "host") void callee(); // uses all registers causing spilling i32 run(i32 a) { callee; return a; } };

Meta