blob: 5a9458d59e9c1461051a88108dc06ab22655a28f [file] [log] [blame]
package a
type Good struct {
y int32
x byte
z byte
}
type Bad struct {
y int32
x byte
z byte
}