
ed64e33c8c8bc9a919e2b85a1a08225b5ae59d70. Also add tests for local mode of goimports and do refactoring of tests.
9 lines
157 B
Go
9 lines
157 B
Go
//args: -Emaligned
|
|
package testdata
|
|
|
|
type BadAlignedStruct struct { // ERROR "struct of size 24 bytes could be of size 16 bytes"
|
|
B bool
|
|
I int
|
|
B2 bool
|
|
}
|