]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - misc/source/gmqcc-src/tests/exprforbuiltins.qc
By fteqcc, hello gmqcc
[voretournament/voretournament.git] / misc / source / gmqcc-src / 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 }