[PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms...
[binutils-gdb.git] / ld / testsuite / ld-elf / dwarf3.c
blob054eb9b18bc0a32f2eb0e8dcbf4fbadaff6b559d
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. */
4 extern void bar (int a);
6 int
7 main ()
9 bar (1);
10 bar (2);
12 return 0;