1 // Copyright 2012 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.
7 // Called from C. Returns the Go type *m.
8 func gc_m_ptr(ret
*interface{}) {
12 // Called from C. Returns the Go type *itab.
13 func gc_itab_ptr(ret
*interface{}) {