mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			334 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			334 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
| pragma experimental SMTChecker;
 | |
| contract C {
 | |
| 	function g() external {
 | |
| 		f();
 | |
| 	}
 | |
| }
 | |
| function f() {}
 | |
| // ----
 | |
| // Warning 6660: (82-97): Model checker analysis was not possible because file level functions are not supported.
 | |
| // Warning 6660: (82-97): Model checker analysis was not possible because file level functions are not supported.
 |