DEC ALPHA:

$ ./a.out 
sizeof char                  : 1
sizeof short                 : 2
sizeof int                   : 4
sizeof long                  : 8
sizeof long long             : 8

sizeof float                 : 4
sizeof double                : 8
sizeof long double           : 8

sizeof *                     : 8

address of external_int      : 0000000120100f80
address of external_function : 0000000120000740
address of printf            : 000002000015f400
address of main              : 0000000120000780
address of malloc            : 000002000016cb00
address of internal_int      : 000000011ffffce0
address of internal_int_ptr  : 000000011ffffce8
address of malloc'ed area    : 0000000120100fa0
value of -1                  : ffffffffffffffff