github.com/epfl-dcsl/gotee@v0.0.0-20200909122901-014b35f5e5e9/src/cmd/compile/internal/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  19:	}