mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			164 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			164 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
contract C {
 | 
						|
	uint z = 1;
 | 
						|
	uint w = z - 3;
 | 
						|
}
 | 
						|
// ====
 | 
						|
// SMTEngine: bmc
 | 
						|
// ----
 | 
						|
// Warning 4144: (36-41): BMC: Underflow (resulting value less than 0) happens here.
 |