mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			275 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			275 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   f()
 | |
|   g()
 | |
|   function f() { mstore(1, mload(0)) }
 | |
|   function g() { mstore(1, mload(0)) }
 | |
| }
 | |
| // ----
 | |
| // step: equivalentFunctionCombiner
 | |
| //
 | |
| // {
 | |
| //     f()
 | |
| //     f()
 | |
| //     function f()
 | |
| //     { mstore(1, mload(0)) }
 | |
| //     function g()
 | |
| //     { mstore(1, mload(0)) }
 | |
| // }
 |