github.com/go-asm/go@v1.21.1-0.20240213172139-40c5ead50c48/cmd/compile/ssa/testdata/i22600.dlv-dbg-race.nexts (about)

     1    ./testdata/i22600.go
     2  8:	func test() {
     3  9:		pwd, err := os.Getwd()
     4  10:		if err != nil {
     5  14:		fmt.Println(pwd)
     6  15:	}
     7  20:	}