ppc: testfaelle fuer ppc32 'portiert'
[testub10.git] / gesamt / intelli_00.call
index 329ed963860a8cb0ec8d0f871c2f4397817445f2..42806e9e7b7ef68545a6fd541e42483c2865f93f 100644 (file)
@@ -1,3 +1,3 @@
-extern long long m(long long);
-
-RET(m(10) == 40);
\ No newline at end of file
+extern int m(int);
+int ret = m(10);
+RET(ret == 40);