]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/accumulate.qc
Does this fix it?
[xonotic/gmqcc.git] / tests / accumulate.qc
index 008626dbfdd80bada3f7a13b46f6075bc74be793..46e04463f7747299e98010281af95f62e5594a2f 100644 (file)
@@ -1,11 +1,9 @@
-void foo() {
+[[accumulate]] void foo() {
     print("hello ");
 }
-
 [[accumulate]] void foo() {
     print("accumulation ");
 }
-
 [[accumulate]] void foo() {
     print("world\n");
 }