]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/dl3header.h
* configure.ac: Move comment to remove extra space in last argument
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / dl3header.h
1 struct A
2 {
3 int i;
4 A (int i): i(i) {}
5 };