libctf: new testsuite
[deliverable/binutils-gdb.git] / libctf / testsuite / libctf-lookup / ambiguous-struct-B.c
1 struct A;
2 struct B { struct A *a; };
3 struct A { struct B b; int foo; struct B b2; };
4
5 static struct A a __attribute__((__used__));
This page took 0.036782 seconds and 4 git commands to generate.