1 2 3 4 5 6 7 8 9
#include <stdlib.h> extern int *p_int_from_a_2; int main (void) { if (*p_int_from_a_2 != 0x11223344) abort (); return 0; }