github.com/go-asm/go@v1.21.1-0.20240213172139-40c5ead50c48/cmd/compile/ssa/testdata/i22600.gdb-dbg-race.nexts (about) 1 src/github.com/go-asm/go/cmd/compile/ssa/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: }