Codeb Abgabe Testfaelle
[testub10.git] / codeb / abgabe_be.call
diff --git a/codeb/abgabe_be.call b/codeb/abgabe_be.call
new file mode 100644 (file)
index 0000000..aaf92c7
--- /dev/null
@@ -0,0 +1,2 @@
+extern long fib(long);
+RET(3==fib(4));