[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codea_skinner33_02.call
diff --git a/gesamt/codea_skinner33_02.call b/gesamt/codea_skinner33_02.call
new file mode 100644 (file)
index 0000000..0af1b55
--- /dev/null
@@ -0,0 +1,5 @@
+long w(long,long);
+long x(long,long);
+long y(long,long);
+
+RET(w(6,6)==0 && x(4,4)==1 && y(8,8)==0 && w(5,5) == 0 && x(3,3) == 1 && y(7,7) == 0 && w(0,0) == 1 && x(0,0) == 0 && y(0,0) == 1);