mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			283 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			283 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
contract C {
 | 
						|
  function f() public pure {
 | 
						|
    assembly {
 | 
						|
      pop(linkersymbol("contract/library.sol:L"))
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 | 
						|
// ----
 | 
						|
// DeclarationError 4619: (67-79): Function not found.
 | 
						|
// TypeError 3950: (67-105): Expected expression to evaluate to one value, but got 0 values instead.
 |