]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/test/issue26430.go
misc/cgo/test: add cgo build constraints
[gostls13.git] / misc / cgo / test / issue26430.go
index b55193973d8cbd870e166b138c81f0275c0ea9d2..cf276a036268d9aa6c3918b2e36715d65f496c8d 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 26430: incomplete typedef leads to inconsistent typedefs error.
 // No runtime test; just make sure it compiles.