C++程序  |  4行  |  87 B

char bar[10];
extern char size_of_bar asm ("bar@SIZE");
char *bar_size = &size_of_bar;