2018-05-07 17:30:33 +03:00

8 lines
138 B
Go

package testdata
type BadAlignedStruct struct { // ERROR "struct of size 24 bytes could be of size 16 bytes"
B bool
I int
B2 bool
}