ppc: testfaelle fuer ppc32 'portiert'
[testub10.git] / gesamt_ppc / intelli_01.call
diff --git a/gesamt_ppc/intelli_01.call b/gesamt_ppc/intelli_01.call
new file mode 100644 (file)
index 0000000..6593e35
--- /dev/null
@@ -0,0 +1,7 @@
+extern int m(int);
+
+int t = m(-6);
+
+//printf("%d\n", t);
+
+RET(m(-6) == 80);