]> Git Repo - binutils.git/blob - gdb/testsuite/gdb.ctf/cross-tu-cyclic-4.c
Automatic date update in version.in
[binutils.git] / gdb / testsuite / gdb.ctf / cross-tu-cyclic-4.c
1 struct A { struct B *foo; };
2 struct B { struct B *next; };
3 static struct A *a __attribute__((__used__));
4 static struct B *conflicty __attribute__((__used__));
This page took 0.032495 seconds and 4 git commands to generate.