9 lines
		
	
	
		
			188 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			188 B
		
	
	
	
		
			Go
		
	
	
	
	
	
//golangcitest:args -Emaligned --internal-cmd-test
 | 
						|
package testdata
 | 
						|
 | 
						|
type BadAlignedStruct struct { // want "struct of size 24 bytes could be of size 16 bytes"
 | 
						|
	B  bool
 | 
						|
	I  int
 | 
						|
	B2 bool
 | 
						|
}
 |