aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/testdata/i22600.dlv-dbg-race.nexts
blob: 18a5ff9247410a4d699e724525fd1d67d0be8d01 (plain)
1
2
3
4
5
6
7
  ./testdata/i22600.go
8:	func test() {
9:		pwd, err := os.Getwd()
10:		if err != nil {
14:		fmt.Println(pwd)
15:	}
20:	}