6 lines
84 B
C
6 lines
84 B
C
|
struct B {
|
||
|
struct C *c;
|
||
|
int wombat;
|
||
|
};
|
||
|
static struct B b __attribute__((used));
|