mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	add missing break stmt to example
Reported by Henrique Preto
This commit is contained in:
		
							parent
							
								
									e2cfc53c9f
								
							
						
					
					
						commit
						87e45221fd
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -561,6 +561,7 @@ void display_ast(Z3_context c, FILE * out, Z3_ast v)
 | 
			
		|||
    }
 | 
			
		||||
    case Z3_QUANTIFIER_AST: {
 | 
			
		||||
        fprintf(out, "quantifier");
 | 
			
		||||
        break;
 | 
			
		||||
    }
 | 
			
		||||
    default:
 | 
			
		||||
        fprintf(out, "#unknown");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue