]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgo/go/go/types/testdata/issue25008b.src
libgo: update to Go1.14beta1
[thirdparty/gcc.git] / libgo / go / go / types / testdata / issue25008b.src
CommitLineData
dd931d9b
ILT
1// Copyright 2018 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5a8ea165 5package p
dd931d9b 6
5a8ea165
ILT
7type B interface {
8 A
9}