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