1 /* { dg-additional-options "-fanalyzer-transitivity" } */
3 #include "analyzer-decls.h"
7 /* Infeasible path, requiring transitivity to find. */
9 void test_1 (int co
, int y
)
14 __analyzer_dump_path (); /* { dg-bogus "path" } */
17 /* Infeasible path, requiring transitivity to find, with a merger. */
19 void test_2 (int co
, int y
, int z
)
28 __analyzer_dump_path (); /* { dg-bogus "path" } */