1 2 3 4 5 6 7
int main () { unsigned long long a; if (! (a = 0xfedcba9876543210ULL)) abort (); exit (0); }