]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/exprforbuiltins.qc
c++: ir_block::m_instr
[xonotic/gmqcc.git] / tests / exprforbuiltins.qc
1 /* empty line required */
2 void print(string, ...) = #__LINE__ - 1;
3
4
5 void main(string input) {
6     print(input, "\n");
7 }