Text file src/cmd/compile/internal/ssa/testdata/i22558.gdb-dbg.nexts

     1    src/cmd/compile/internal/ssa/testdata/i22558.go
     2  19:	func test(t *thing, u *thing) {
     3  20:		if t.next != nil {
     4  23:		fmt.Fprintf(os.Stderr, "%s\n", t.name)
     5  24:		u.self = u
     6  25:		t.self = t
     7  26:		t.next = u
     8  27:		for _, p := range t.stuff {
     9  28:			if isFoo(t, p) {
    10  29:				return
    11  44:	}
    12  

View as plain text