gmqcc/testsuite/invalid-types/assign.qc

5 lines
60 B
C++

void() main = {
local float x;
local entity e;
x = e;
};