bench.sh zaehlt nur dann die Instruktionen, wenn eine Referenzdatei existiert.
[testub10.git] / codea / snafu_06.0
index 1803c6c97daf24c4b8da8b323d7db25067d95900..a4acd84c3a9e2cab1418f9636bedb2507d70d679 100644 (file)
@@ -1,5 +1,7 @@
+struct a b end;
+
 method test64()
-       return this - -0x80808080;
+       return this - -2139062144;
 end;
 
 method num()
@@ -9,3 +11,11 @@ end;
 method num2()
        return 15 - (4 - 2 - 6 - 7);
 end;
+
+method globcmp()
+       return this.a < this.b;
+end;
+
+method globcmp2()
+       return this.a = this.b;
+end;