5 lines
70 B
C
5 lines
70 B
C
|
struct B {
|
||
|
struct C *c;
|
||
|
};
|
||
|
static struct B b __attribute__((used));
|