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