gesamt: erste (brauchbare) testfaelle
[testub10.git] / gesamt / lewurm_02.call
diff --git a/gesamt/lewurm_02.call b/gesamt/lewurm_02.call
new file mode 100644 (file)
index 0000000..cac8445
--- /dev/null
@@ -0,0 +1,6 @@
+long f(long,long);
+long g(long,long);
+#define ERG 200
+int ret = f(0xdead,50);
+printf("ret ist %i (sollte %i sein)\n", ret, ERG);
+RET(ret == ERG);