blob: 612ba292c2eccb7f2ae3fa1a66c66a79e9712aa0 [file] [log] [blame]
Rémy Oudomphengdda1b562012-10-10 22:35:27 +02001// rundir
Russ Cox68796b02010-02-01 00:25:59 -08002
Emmanuel Odeke53fd5222016-04-10 14:32:26 -07003// Copyright 2010 The Go Authors. All rights reserved.
Russ Cox68796b02010-02-01 00:25:59 -08004// Use of this source code is governed by a BSD-style
5// license that can be found in the LICENSE file.
6
Rémy Oudomphengdda1b562012-10-10 22:35:27 +02007// Test that variadic functions work across package boundaries.
Rob Pike83976e32012-02-19 14:28:53 +11008
Rémy Oudomphengdda1b562012-10-10 22:35:27 +02009package ignored