blob: 9322f5ebd716a6fb1d6eebc628082b8ee1216979 (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright 2011 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.
package pkgtest
func Foo() {}
func Sqrt(x float64) float64
|