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