summaryrefslogtreecommitdiffstats
path: root/src/go/doc/testdata/issue16153.0.golden
blob: 189260b4d09793dab51956c3805c2c8f2c2c6b6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// 
PACKAGE issue16153

IMPORTPATH
	testdata/issue16153

FILENAMES
	testdata/issue16153.go

CONSTANTS
	// 
	const (
		X3	int64	= iota
		Y3		= 1
	)

	// 
	const (
		X4	int64	= iota
		Y4
	)

	// original test case 
	const (
		Y1 = 256
	)

	// variations 
	const (
		Y2 uint8
	)