test: add new Go tests from source repo
[official-gcc.git] / gcc / testsuite / go.test / test / fixedbugs / issue10700.dir / other.go
blob12908b92053a37249d14a661d92f99f303d6c2a6
1 // Copyright 2015 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.
5 package other
7 type Exported interface {
8 Do()
9 secret()