1 2 3 4 5 6 7 8
/* mismatch-b.c */ #include <stdio.h> char main; void p2() { printf("0x%x\n", main); }