gesamt LVA-Testfaelle
[testub10.git] / gesamt / codea_abgabe_as.call
diff --git a/gesamt/codea_abgabe_as.call b/gesamt/codea_abgabe_as.call
new file mode 100644 (file)
index 0000000..eca460b
--- /dev/null
@@ -0,0 +1,3 @@
+long s[]={12,23,34,45,53,61};
+extern long m(long *,long);
+RET(m(s,78)==78 && m(s+2,13)==13);