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