mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			307 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			307 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| object "object" {
 | |
|     code {
 | |
|         let a
 | |
|         let b
 | |
|         {
 | |
|             function z() -> y
 | |
|             { y := calldataload(0) }
 | |
|             a := z()
 | |
|         }
 | |
|         {
 | |
|             function z(r) -> y
 | |
|             { y := calldataload(r) }
 | |
|             b := z(0x70)
 | |
|         }
 | |
|         sstore(a, b)
 | |
|     }
 | |
| }
 |