blob: 449ea0d472b93c8b9092b91dd632962fcc184539 [file] [log] [blame]
// No build tag in this file.
package main
type Const int
const (
A Const = iota
B
C
)