github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/tests/files/extern/ct1/ct1.gno (about)

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