2012-10-10 22:35:27 +02:00
|
|
|
// rundir
|
2010-02-01 00:25:59 -08:00
|
|
|
|
2016-04-10 14:32:26 -07:00
|
|
|
// Copyright 2010 The Go Authors. All rights reserved.
|
2010-02-01 00:25:59 -08:00
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2012-10-10 22:35:27 +02:00
|
|
|
// Test that variadic functions work across package boundaries.
|
2010-02-01 00:25:59 -08:00
|
|
|
|
2012-10-10 22:35:27 +02:00
|
|
|
package ignored
|