mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			292 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			292 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|     let a := and(create(0, 0, 0x20), 0xffffffffffffffffffffffffffffffffffffffff)
 | |
|     let b := and(0xffffffffffffffffffffffffffffffffffffffff, create(0, 0, 0x20))
 | |
| }
 | |
| // ====
 | |
| // step: expressionSimplifier
 | |
| // ----
 | |
| // {
 | |
| //     let a := create(0, 0, 0x20)
 | |
| //     let b := create(0, 0, 0x20)
 | |
| // }
 |