test17

Undocumented in source.
immutable
@TestInfo(&tester17, [HostSymbol("external", cast(void*)&test17_external_func)])
auto test17 = q{--- test17 // Test 6 inputs (5-th and 6-th parameters pushed to the stack, no extra alignment needed) i32 run(i32 par) { return external(par, 10, 20, 30, 40, 50); } @extern(module, "host") i32 external(i32, i32, i32, i32, i32, i32); };

Meta