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