[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codeb_intelli_10.0
diff --git a/gesamt/codeb_intelli_10.0 b/gesamt/codeb_intelli_10.0
new file mode 100644 (file)
index 0000000..812d872
--- /dev/null
@@ -0,0 +1,14 @@
+method m(a)
+       var u := 10;
+       if this < 50 then
+               if 10 < a then
+                       return a - 10;
+               end;
+               var x:= 20;
+               if this < 0 then
+                       x := x or 64;
+               end;
+               u := u * x;
+       end;
+       return u;
+end;