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