6 lines
71 B
C
Raw Normal View History

2022-10-27 20:45:45 +02:00
struct C {
struct A *a;
};
static struct C c __attribute__((used));