mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			199 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			199 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|     { if 42 {} }
 | |
|     { if 42 { let x := 3 } }
 | |
|     { function f() -> x {} if f() { pop(f()) } }
 | |
|     { let x := 0 if eq(calldatasize(), 0) { x := 1 } mstore(0, x) }
 | |
| }
 | |
| // ====
 | |
| // dialect: evm
 | |
| // ----
 |