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