// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-
package main
func simple(ia,ib,ic int) (oa,ob int);
for i := 0; i < 10; i = i + 1 {
integer := new(Integer);
integer.Init_BUG(i);
- list.Insert(integer);
+ list.Insert(integer); //BUG: this is the failing line
}
list.Print();
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// $G $D/$F.go || echo BUG: known to fail incorrectly
+// $G $D/$F.go && $L $F.$A && ./$A.out
package main