Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / go.test / test / fixedbugs / bug088.dir / bug0.go
blobaf9d991e607dc16ef867526adf1ab150ac526ab9
1 // Copyright 2009 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 package bug0
7 var V0 func() int;
8 var V1 func() (a int);
9 var V2 func() (a, b int);