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