mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 01:50:38 +00:00
4 lines
135 B
C
4 lines
135 B
C
__thread char bar[10] __attribute__ ((visibility("hidden")));
|
|
extern char size_of_bar asm ("bar@SIZE");
|
|
char *bar_size = &size_of_bar;
|