aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr36901.h
blob: 6022732aa13fcb0bc6352cc1ec4a233dcbbddcc2 (plain)
1
2
3
4
5
6
#if defined(AVR) /* flag_delete_null_pointer_checks = 0  */
int sc = (&sc >= 0);
#else
int sc = (&sc > 0);
#endif