reg_alloc2

Undocumented in source.
immutable
@TestInfo(&tester2, [HostSymbol("callee", cast(void*)&external_void_func)])
auto reg_alloc2 = q{--- reg_alloc2 // test register allocation @extern(module, "host") void callee(); i32 run(i32 a, i32 b, i32 c, i32 d) { i32 e = b * c; callee; return a + b + c + d + e; } };

Meta