]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/inexact.qc
Some CLZ for other toolchains.
[xonotic/gmqcc.git] / tests / inexact.qc
index 11dc2c62521d0ce9e87ffb8f898f214f647a9edd..a17cccddcc73e467e632fde908c80fc78dc2e249 100644 (file)
@@ -1,7 +1,6 @@
-const float a = 1.0 / 3.0;
-const float b = 0.33333333333;
-
 void main() {
+    const float a = 1.0 / 3.0;
+    const float b = 0.33333333333;
     if (a == b) {
         // Should trigger warning
     }