]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/test/issue30527.go
misc/cgo/test: add cgo build constraints
[gostls13.git] / misc / cgo / test / issue30527.go
index e0e18bebdfcde6beffb7bc50588c2f10a35d9312..982455084d568a17c572efac394ed1eae8138007 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
+
 // Issue 30527: function call rewriting casts untyped
 // constants to int because of ":=" usage.