Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
golang
/
1.22.0
/
src
/
go
/
doc
/
testdata
/
Filename :
issue16153.2.golden
back
Copy
// 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 )