test16
auto test16 =
q{--- test16
// Test more than 4 inputs (5-th parameter pushed to the stack, extra alignment needed)
i32 run(i32 par) {
return external(par, 10, 20, 30, 40);
}
@extern(module, "host")
i32 external(i32, i32, i32, i32, i32);
};
tests passing
functionsvariables