mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			323 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			323 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|     function a() { pop(gas()) }
 | |
|     function f() { a() }
 | |
|     function g() { stop() }
 | |
|     function h() { invalid() }
 | |
| }
 | |
| // ----
 | |
| // : movable, movable apart from effects, can be removed, can be removed if no msize
 | |
| // a: can be removed, can be removed if no msize
 | |
| // f: can be removed, can be removed if no msize
 | |
| // g:
 | |
| // h:
 |