Source file src/cmd/cgo/internal/test/issue76861.go

     1  // Copyright 2025 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  //go:build cgo
     6  
     7  package cgotest
     8  
     9  // Issue 43639: No runtime test needed, make sure package
    10  // cmd/cgo/internal/test/issue76861 compiles without error.
    11  
    12  import _ "cmd/cgo/internal/test/issue76861"
    13  

View as plain text