]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - test/types.qc
I got parsing to work finally.
[xonotic/gmqcc.git] / test / types.qc
index 814ce11ee59f5ae538211dfd27c22a2818fb4c7c..4fe3a27e1a84775a74ea8c886bab8bc93020de06 100644 (file)
@@ -1,5 +1,5 @@
-float  typef;
-vector typev;
+float  typef = 1;
+vector typev = {0,1,2};
 string types;
 entity typee;
 void   typev;