binutils-gdb/ld/testsuite/ld-elf/dl3header.h

6 lines
44 B
C

struct A
{
int i;
A (int i): i(i) {}
};