mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
6 lines
84 B
C
6 lines
84 B
C
|
struct C {
|
||
|
struct A *a;
|
||
|
int wombat;
|
||
|
};
|
||
|
static struct C c __attribute__((used));
|