]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/dwarf3.c
elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / dwarf3.c
CommitLineData
90ed9b8b
AB
1/* This test is actually used to test for a segfault that came from the bfd
2 dwarf parsing code in the case when there is _no_ dwarf info. */
3
4extern void bar (int a);
5
6int
7main ()
8{
9 bar (1);
10 bar (2);
11
12 return 0;
13}