gmqcc/testsuite/invalid-types/call3.qc

6 lines
90 B
C++

void(float, string, entity) fun = #1;
void() main = {
local entity x;
fun(x, x, x);
};