blob: a473f598ccc34390f54bee9dfcfd2bd1e2c2d0f4 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-additional-options "-fdelete-null-pointer-checks" } */
/* { dg-skip-if "" keeps_null_pointer_checks } */
extern int a, b;
int c = &a == &a;
int d = &a != &b;