7 lines
85 B
C
7 lines
85 B
C
|
struct A {
|
||
|
struct B *b;
|
||
|
int wombat;
|
||
|
};
|
||
|
|
||
|
static struct A a __attribute__((used));
|