[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codeb_skinner33_01.call
diff --git a/gesamt/codeb_skinner33_01.call b/gesamt/codeb_skinner33_01.call
new file mode 100644 (file)
index 0000000..17eb2f8
--- /dev/null
@@ -0,0 +1,9 @@
+
+long foo(long, long);
+long bar(long*, long);
+long bla(long*);
+
+long muh[] = {3}, kuh[] = {0};
+
+RET(foo(5,1) == 40 && foo(4,0) == 60 && bar(muh, 1) == 2 && bar(muh,0) == 18 && bla(muh) == 5 && bla(kuh) == 0);
+