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