blob: 7aa77aea42ad3b8bbcd3046845ffcd37a021163e [file] [log] [blame]
Patrice Arruda748609c2020-06-25 12:12:21 -07001[!cgo] skip
2
3# Test that nothing is prepended to $WORK path prefix.
4# See issue golang.org/issue/37012.
5go build -n
6! stderr '[/\\]\$WORK'
7
Colin Cross1f805522021-05-14 11:10:59 -07008-- go.mod --
9module m
10
11go 1.16
Patrice Arruda748609c2020-06-25 12:12:21 -070012-- main.go --
13package main
14
15import "C"
16
17var _ C.int