]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - libctf/testsuite/libctf-lookup/conflicting-type-syms-b.c
libctf, include: find types of symbols by name
[thirdparty/binutils-gdb.git] / libctf / testsuite / libctf-lookup / conflicting-type-syms-b.c
1 typedef long a_t;
2 typedef long b_t;
3
4 a_t b;
5 b_t ignore1;