mirror of
https://github.com/golang/go
synced 2024-11-25 21:57:57 -07:00
69015b6fc4
R=golang-dev, r CC=golang-dev https://golang.org/cl/5695083
10 lines
286 B
Go
10 lines
286 B
Go
// $G $D/$F.dir/lib.go && $G $D/$F.dir/main.go && $L main.$A && $A.out
|
|
|
|
// Copyright 2012 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.
|
|
|
|
// Test case for embedded method invocation.
|
|
|
|
ignored
|