test17
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);
};
tests passing
functionsvariables