github.com/tinygo-org/tinygo@v0.31.3-0.20240404173401-90b0bf646c27/src/reflect/export_test.go (about)

     1  package reflect
     2  
     3  type OtherPkgFields struct {
     4  	OtherExported   int
     5  	otherUnexported int
     6  }