aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/build_n_cgo.txt
blob: 200d13760ee1a0779ad4917b62ce76dc752bf694 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[!cgo] skip

# Test that nothing is prepended to $WORK path prefix.
# See issue golang.org/issue/37012.
go build -n
! stderr '[/\\]\$WORK'

-- main.go --
package main

import "C"

var _ C.int