gmqcc/testsuite/invalid-assign/main.qc
2012-10-30 21:21:23 +01:00

4 lines
47 B
C++

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