6_7_2_08_unsigned_long.c (67B)
1 int test_main(void) { 2 unsigned long x = 42UL; 3 return (int)x; 4 }