libgo: update to Go1.14beta1
[platform/upstream/gcc.git] / libgo / go / go / types / testdata / issue25008b.src
similarity index 80%
rename from libgo/go/internal/cpu/cpu_amd64p32.go
rename to libgo/go/go/types/testdata/issue25008b.src
index 177b14e..f132b7f 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.
 
-package cpu
+package p
 
-const GOARCH = "amd64p32"
+type B interface {
+    A
+}