| 15 | __analyzer_eval (i == 42); // { dg-warning "UNKNOWN" } | |
| ~~~~~~~~~~~~~~~~^~~~~~~~~ | 
| 16 | __analyzer_eval (i == j); // { dg-warning "TRUE" } | |
| ~~~~~~~~~~~~~~~~^~~~~~~~ | 
| 17 | __analyzer_dump_path (); // { dg-message "path" } | |
| ~~~~~~~~~~~~~~~~~~~~~^~ | 
| 
                 
                  int test()
                 
                
  | 
            
| 20 | __analyzer_dump_path (); // { dg-message "path" } | |
| ~~~~~~~~~~~~~~~~~~~~~^~ | 
| 
                 
                  int test()
                 
                
  | 
            
| 35 | __analyzer_dump_path (); // { dg-message "path" } | |
| ~~~~~~~~~~~~~~~~~~~~~^~ | 
| 
                 
                  int test_nothrow()
                 
                
  |