ppc: testfaelle fuer ppc32 'portiert'
[testub10.git] / gesamt_ppc / codeb_abgabe_bh.0
diff --git a/gesamt_ppc/codeb_abgabe_bh.0 b/gesamt_ppc/codeb_abgabe_bh.0
new file mode 100644 (file)
index 0000000..635e6ad
--- /dev/null
@@ -0,0 +1,9 @@
+struct next val end;
+
+
+method insert(val list)
+/* usage: list:=node.insert(5,list) */
+  this.val := val;
+  next := list;
+  return this;
+end;