1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-evrp -fdelete-null-pointer-checks" } */
3 /* { dg-skip-if "" { keeps_null_pointer_checks } } */
5 void foo (void *p
) __attribute__((nonnull(1)));
14 /* { dg-final { scan-tree-dump-not "abort" "evrp" } } */