summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/testdata/generate/test4.go
blob: a7631c4a45652c6dbdb050911a3bccdd463d7314 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2015 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 -run flag

//go:generate echo oh yes my man
//go:generate echo no, no, a thousand times no

package p