mirror of
https://github.com/golang/go
synced 2024-11-06 19:46:20 -07:00
627959eb04
Cgo programs work as well. Still not enabled by default for now. Enable internal linking tests. Updates #38485. Change-Id: I8324a5c263fba221eb4e67d71207ca84fa241e6c Reviewed-on: https://go-review.googlesource.com/c/go/+/263637 Trust: Cherry Zhang <cherryyz@google.com> Run-TryBot: Cherry Zhang <cherryyz@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Than McIntosh <thanm@google.com>
13 lines
286 B
Go
13 lines
286 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 darwin,internal_pie darwin,arm64
|
|
|
|
package cgotest
|
|
|
|
import "testing"
|
|
|
|
func test4029(t *testing.T) {
|
|
}
|