9 lines
		
	
	
		
			118 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			118 B
		
	
	
	
		
			Go
		
	
	
	
	
	
//golangcitest:args -Emegacheck
 | 
						|
package testdata
 | 
						|
 | 
						|
func StylecheckNotInMegacheck(x int) {
 | 
						|
	if 0 == x {
 | 
						|
		panic(x)
 | 
						|
	}
 | 
						|
}
 |