ppc: testfaelle fuer ppc32 'portiert'
[testub10.git] / gesamt_ppc / intelli_00.call
diff --git a/gesamt_ppc/intelli_00.call b/gesamt_ppc/intelli_00.call
new file mode 100644 (file)
index 0000000..42806e9
--- /dev/null
@@ -0,0 +1,3 @@
+extern int m(int);
+int ret = m(10);
+RET(ret == 40);