]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/testshared/testdata/dep2/dep2.go
misc/cgo: move easy tests to cmd/cgo/internal
[gostls13.git] / misc / cgo / testshared / testdata / dep2 / dep2.go
diff --git a/misc/cgo/testshared/testdata/dep2/dep2.go b/misc/cgo/testshared/testdata/dep2/dep2.go
deleted file mode 100644 (file)
index 94f38cf..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-package dep2
-
-import "testshared/depBase"
-
-var W int = 1
-
-var hasProg depBase.HasProg
-
-type Dep2 struct {
-       depBase.Dep
-}
-
-func G() int {
-       return depBase.F() + 1
-}