summaryrefslogtreecommitdiff
path: root/misc/cgo/test/issue9510.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/test/issue9510.go')
-rw-r--r--misc/cgo/test/issue9510.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/cgo/test/issue9510.go b/misc/cgo/test/issue9510.go
index 325b0cfb4a..9bccfeb5e7 100644
--- a/misc/cgo/test/issue9510.go
+++ b/misc/cgo/test/issue9510.go
@@ -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 link together two different cgo packages that both
// use the same libgcc function.