#include "stdio.h" #define EXTERN extern #include "common.h" int main(void) { printf("test: 0x%08X\n", (int)test); showwrong(); return 0; }