mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			276 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			276 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   mstore(0x20, 0x1234556677889900aa)
 | |
|   return(0x20, 30)
 | |
|   invalid()
 | |
| }
 | |
| // ----
 | |
| // Trace:
 | |
| //   RETURN() [000000000000000000000000000000000000000000000012345566778899]
 | |
| // Memory dump:
 | |
| //     60: 00000000000000000000000000000000000000000000001234556677889900aa
 | |
| // Storage dump:
 |