#!/usr/local/bin/tcc -run #include void main(){ unsigned long long int a = 0xDEADBEEFDEADBEEF; a >>= 32; printf("%lx\n", a); }