blob: a4b394605aa4c94d16b77768308dd55ce349b537 [file] [log] [blame]
package fillstruct
type B struct {
ExportedInt int
unexportedInt int
}