ppc: testfaelle fuer ppc32 'portiert'
[testub10.git] / gesamt_ppc / lewurm_02.call
diff --git a/gesamt_ppc/lewurm_02.call b/gesamt_ppc/lewurm_02.call
new file mode 100644 (file)
index 0000000..fdc828b
--- /dev/null
@@ -0,0 +1,5 @@
+long f(long,long);
+#define ERG 200
+int ret = f(0xdead,50);
+printf("ret ist %i (sollte %i sein)\n", ret, ERG);
+RET(ret == ERG);