6_7_2_01b_unsigned_long_long.c (73B)
1 int test_main(void) { 2 unsigned long long x = 42ULL; 3 return (int)x; 4 }