]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/test/issue23555.go
misc/cgo/test: add cgo build constraints
[gostls13.git] / misc / cgo / test / issue23555.go
index e84c23cfd43dca90086ad822de21f1c869c4b8a3..299fdcb9144504532a8787ff70eb22b979ed206f 100644 (file)
@@ -2,6 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+//go:build cgo
+
 // Test that we can have two identical cgo packages in a single binary.
 // No runtime test; just make sure it compiles.