mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-22 01:29:13 +00:00
13 lines
112 B
C
13 lines
112 B
C
struct B
|
|
{
|
|
int foo;
|
|
};
|
|
|
|
struct A
|
|
{
|
|
long a;
|
|
struct B *foo;
|
|
};
|
|
|
|
static struct A *foo __attribute__((used));
|