]> Git Repo - binutils.git/blob - libctf/testsuite/libctf-regression/type-add-unnamed-struct-ctf.c
libctf, ld: fix symtypetab and var section population under ld -r
[binutils.git] / libctf / testsuite / libctf-regression / type-add-unnamed-struct-ctf.c
1 struct foo
2 {
3   union
4   {
5     struct
6     {
7       int bar;
8     };
9   };
10   union
11   {
12     struct
13     {
14       int baz;
15     };
16   };
17 };
18
19 struct foo *bar;
This page took 0.02542 seconds and 4 git commands to generate.