gesamt LVA-Testfaelle
[testub10.git] / gesamt / codea_abgabe_ar.call
diff --git a/gesamt/codea_abgabe_ar.call b/gesamt/codea_abgabe_ar.call
new file mode 100644 (file)
index 0000000..793d7a1
--- /dev/null
@@ -0,0 +1,3 @@
+extern long m(long,long,long);
+extern long n(long,long,long);
+RET(m(1,2,3)==3 && n(4,5,6)==5);