mirror of
https://github.com/golang/go
synced 2024-11-06 10:36:13 -07:00
23ce272bb1
Allow static complication of cgo enabled libraries. Fixes #16651 Change-Id: I0729ee4e6e5f9bd1cbdb1bc2dcbfe34463df547c Reviewed-on: https://go-review.googlesource.com/89655 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
13 lines
253 B
Go
13 lines
253 B
Go
// Copyright 2012 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// +build windows static
|
|
|
|
package cgotest
|
|
|
|
import "testing"
|
|
|
|
func test4029(t *testing.T) {
|
|
}
|