]> de.git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/builtin.qc
fix member binops on entity fields to generate STOREP, this fixes stuff like ent...
[xonotic/gmqcc.git] / tests / builtin.qc
1 void() main = {
2     print("hello world");
3 }