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