``` go type Letter byte // checkenum type Alphabet { First Letter } func main() { fmt.Println(Alphabet{123}) } ```