Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / pr36901.h
blob6022732aa13fcb0bc6352cc1ec4a233dcbbddcc2
1 #if defined(AVR) /* flag_delete_null_pointer_checks = 0 */
2 int sc = (&sc >= 0);
3 #else
4 int sc = (&sc > 0);
5 #endif