]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/noreturn.qc
Merge remote-tracking branch 'origin/master' into cooking
[xonotic/gmqcc.git] / tests / noreturn.qc
index e56cc8810059c346211642e1653a6f98332cb389..ae614e77b5f27177728cf088d303baefb20e702c 100644 (file)
@@ -2,8 +2,10 @@
 #define NORETURN [[noreturn]]
 #endif
 
-void          print(...)  = #1;
-string        ftos(float) = #2;
+void   (...)            print     = #1;
+string (float)          ftos      = #2;
+
+
 NORETURN void error(...)  = #6;
 
 #if TEST == 1