gmqcc/testsuite/invalid-types/op.qc

5 lines
67 B
C++

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