mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 22:06:50 +00:00
8 lines
108 B
C
8 lines
108 B
C
extern int foo (void) __attribute__((section (".gnu.linkonce.t.1"), weak));
|
|
|
|
int
|
|
foo (void)
|
|
{
|
|
return 1;
|
|
}
|