* elf.c (bfd_section_from_shdr): Remove extraneous breaks.
[binutils.git] / ld / testsuite / ld-elf / dl3header.h
blob66f7d4621f24205601b74ccd50fbf35d48c4019d
1 struct A
3 int i;
4 A (int i): i(i) {}
5 };