gmqcc/testsuite/invalid-assign/main.qc

5 lines
47 B
C++
Raw Normal View History

void() main = {
local float x;
x + 3 = 5;
};