]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - misc/source/gmqcc-src/tests/perl-logic.qc
5c7f16b64abd498f2c2f926a299ecd21a6f78fd8
[voretournament/voretournament.git] / misc / source / gmqcc-src / tests / perl-logic.qc
1 void main() {
2     vector va, vb;
3     string sa, sb;
4     print(__builtin_debug_typestring(va || vb), "\n");
5     print(__builtin_debug_typestring(sa || sb), "\n");
6 }