PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 20001221-1.c
blob4b6cc2b450b6aa92835dd62e4357b4eeeede7779
1 int main ()
3 unsigned long long a;
4 if (! (a = 0xfedcba9876543210ULL))
5 abort ();
6 exit (0);