]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/parens.qc
add variable search order test
[xonotic/gmqcc.git] / tests / parens.qc
index 1ae09a036a27f1dabeec8b67fa62823b68f95ad6..c4a369aa9e7ab358389c75a9096965c6d2701690 100644 (file)
@@ -1,6 +1,3 @@
-void(string...)   print  = #1;
-string(float)     ftos   = #2;
-
 float arr[2];
 
 string gets() { return "S\n"; }