mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-20 19:30:37 +00:00
4 lines
129 B
C
4 lines
129 B
C
struct A { struct B *foo; };
|
|
static struct A *a __attribute__((__used__));
|
|
static struct A *conflicty __attribute__((__used__));
|