mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			179 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			179 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
| contract C {
 | |
| 	function f() public returns (bool) {
 | |
| 		return
 | |
| 			0 <
 | |
| 			~~84926290883049832306107864558384249403874903260938453235235091622489261765859;
 | |
| 	}
 | |
| }
 | |
| // ----
 | |
| // f() -> true
 |