mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	This mostly means testing with evmone, but instruction renaming of difficulty->prevrandao is omitted.
		
			
				
	
	
		
			13 lines
		
	
	
		
			217 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			217 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
| contract C {
 | |
|     function f() public returns (uint) {
 | |
|         return block.difficulty;
 | |
|     }
 | |
| }
 | |
| // ====
 | |
| // compileToEwasm: also
 | |
| // EVMVersion: <paris
 | |
| // ----
 | |
| // f() -> 200000000
 | |
| // f() -> 200000000
 | |
| // f() -> 200000000
 |