[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codea_snafu_06.0
diff --git a/gesamt/codea_snafu_06.0 b/gesamt/codea_snafu_06.0
new file mode 100644 (file)
index 0000000..a4acd84
--- /dev/null
@@ -0,0 +1,21 @@
+struct a b end;
+
+method test64()
+       return this - -2139062144;
+end;
+
+method num()
+       return 15 - 4 - 2 - 6 - 7;
+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;