github.com/traefik/yaegi@v0.15.1/_test/ct1/ct1.go (about)

     1  package ct1
     2  
     3  type Class uint
     4  
     5  const (
     6  	L Class = iota
     7  	R
     8  	AL
     9  )