mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			346 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			346 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
pragma experimental solidity;
 | 
						|
 | 
						|
import std.stub as stub;
 | 
						|
// ====
 | 
						|
// EVMVersion: >=constantinople
 | 
						|
// ----
 | 
						|
// Warning 2264: (std.stub:63-92): Experimental features are turned on. Do not use experimental features on live deployments.
 | 
						|
// Warning 2264: (0-29): Experimental features are turned on. Do not use experimental features on live deployments.
 |