9 lines
		
	
	
		
			67 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			67 B
		
	
	
	
		
			Go
		
	
	
	
	
	
//args: -Eunused
 | 
						|
package p
 | 
						|
 | 
						|
type (
 | 
						|
	unused struct{}
 | 
						|
)
 | 
						|
 | 
						|
func X() {}
 |