reg_alloc3

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

Meta