1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-vrp" } */
19 /* This should be folded to if (1), but only if we insert an
20 assertion on the ELSE edge from the inner 'if (p)'. */
27 /* { dg-final { scan-tree-dump-times "Folding predicate p_.*to 1" 1 "vrp" } } */
28 /* { dg-final { cleanup-tree-dump "vrp" } } */