2018-09-24 21:46:21 +00:00
|
|
|
// Copyright 2016 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.
|
|
|
|
|
|
|
|
// +build gccgo
|
2017-06-27 04:21:40 +00:00
|
|
|
|
|
|
|
package depBase
|
|
|
|
|
|
|
|
func ImplementedInAsm() {}
|