[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codeb_skinner33_02.call
diff --git a/gesamt/codeb_skinner33_02.call b/gesamt/codeb_skinner33_02.call
new file mode 100644 (file)
index 0000000..e07c489
--- /dev/null
@@ -0,0 +1,10 @@
+
+long foo(long);
+long bar(long*, long);
+long bla(long, long, long);
+
+long muh[] = {1, 3};
+long kuh[] = {2,6};
+
+RET(foo(1) == 20 && foo(0) == 5 && bar(muh, 5) == 5 && muh[0] == 5 && bar(muh,10) == 10 && muh[0] == 10 && bla(0xDEAF, 10,1) == 1 && bla(0xABC, 10,-1) == 10 ); 
+