libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / init-compare-1.c
bloba473f598ccc34390f54bee9dfcfd2bd1e2c2d0f4
1 /* { dg-do compile } */
2 /* { dg-additional-options "-fdelete-null-pointer-checks" } */
3 /* { dg-skip-if "" keeps_null_pointer_checks } */
5 extern int a, b;
6 int c = &a == &a;
7 int d = &a != &b;