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