ppc: testfaelle fuer ppc32 'portiert'
[testub10.git] / gesamt_ppc / intelli_00.0
diff --git a/gesamt_ppc/intelli_00.0 b/gesamt_ppc/intelli_00.0
new file mode 100644 (file)
index 0000000..9ebd992
--- /dev/null
@@ -0,0 +1,7 @@
+method m()
+       return a(4);
+end;
+
+method a(x)
+       return this * x;
+end;