]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - 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
CommitLineData
55255dae
L
1struct A
2{
3 int i;
4 A (int i): i(i) {}
5};