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