Current Path : /usr/local/go/src/cmd/go/testdata/script/ |
Current File : //usr/local/go/src/cmd/go/testdata/script/build_cgo_error.txt |
[short] skip [!cgo] skip ! go build . stderr '# foo\nfoo.c:' ! stderr 'EXTRA string' -- go.mod -- module foo go 1.20 -- foo.go -- package foo import "C" -- foo.c -- #include "doesnotexist.h"