Rémy Oudompheng | dda1b56 | 2012-10-10 22:35:27 +0200 | [diff] [blame] | 1 | // rundir |
Russ Cox | 68796b0 | 2010-02-01 00:25:59 -0800 | [diff] [blame] | 2 | |
Emmanuel Odeke | 53fd522 | 2016-04-10 14:32:26 -0700 | [diff] [blame] | 3 | // Copyright 2010 The Go Authors. All rights reserved. |
Russ Cox | 68796b0 | 2010-02-01 00:25:59 -0800 | [diff] [blame] | 4 | // Use of this source code is governed by a BSD-style |
| 5 | // license that can be found in the LICENSE file. |
| 6 | |
Rémy Oudompheng | dda1b56 | 2012-10-10 22:35:27 +0200 | [diff] [blame] | 7 | // Test that variadic functions work across package boundaries. |
Rob Pike | 83976e3 | 2012-02-19 14:28:53 +1100 | [diff] [blame] | 8 | |
Rémy Oudompheng | dda1b56 | 2012-10-10 22:35:27 +0200 | [diff] [blame] | 9 | package ignored |