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