blob: f6a7bc3dcf2a934eb6d4b53c80513d59086fc9fb [file]
package b
type B struct {
ExportedInt int
unexportedInt int
}