]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/testshared/testdata/depBase/gccgo.go
misc/cgo: move easy tests to cmd/cgo/internal
[gostls13.git] / misc / cgo / testshared / testdata / depBase / gccgo.go
diff --git a/misc/cgo/testshared/testdata/depBase/gccgo.go b/misc/cgo/testshared/testdata/depBase/gccgo.go
deleted file mode 100644 (file)
index a59d0b8..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2016 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-//go:build gccgo
-
-package depBase
-
-func ImplementedInAsm() {}