diff options
Diffstat (limited to 'test/ddd.go')
-rw-r--r-- | test/ddd.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/ddd.go b/test/ddd.go index b95d6e883..f35836331 100644 --- a/test/ddd.go +++ b/test/ddd.go @@ -1,9 +1,11 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// run // Copyright 2010 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. +// Test variadic functions and calls (dot-dot-dot). + package main func sum(args ...int) int { |