Update contributors list for update of alpha-vms bfd.
[binutils.git] / ld / testsuite / ld-elf / dl3header.h
blob66f7d4621f24205601b74ccd50fbf35d48c4019d
1 struct A
3 int i;
4 A (int i): i(i) {}
5 };