• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1  src/cmd/compile/internal/ssa/testdata/i22558.go
219:	func test(t *thing, u *thing) {
320:		if t.next != nil {
423:		fmt.Fprintf(os.Stderr, "%s\n", t.name)
524:		u.self = u
625:		t.self = t
726:		t.next = u
827:		for _, p := range t.stuff {
928:			if isFoo(t, p) {
1029:				return
1144:	}
12