]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/ngraphs.qc
Another hardcoded -std=gmqcc option removed and added to the implied -std=gmqcc flags
[xonotic/gmqcc.git] / tests / ngraphs.qc
1 void(...) print = %:1;
2
3 void() main = ??<
4         print("??=??'??(??)??!??<??>??-??/??/%>|");
5         print("#^[]|{}~\\%>\n");
6 %>;