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