mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			130 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			130 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-3.0   
 | 
						|
// NOTE: Trailing space at the end of the line above is intentional.
 | 
						|
contract C {}
 | 
						|
// ----
 |