]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/calls.qc
Another hardcoded -std=gmqcc option removed and added to the implied -std=gmqcc flags
[xonotic/gmqcc.git] / tests / calls.qc
index d55598ed300ff7cbc2b49c8a0a774c879f7e4d12..e230dc46adfaffe7fede589f9393c169deae7a38 100644 (file)
@@ -11,4 +11,5 @@ void(float a, float b, float c) main = {
             sum(sum(sum(a, b, c), b, sum(a, b, c)), b, sum(a, b, sum(a, b, c))),
             sum(sum(a, b, c), b, c));
     print(ftos(f), "\n");
+    
 };