Retro68/binutils/ld/testsuite/ld-elf/dl3header.h
2012-03-26 21:18:29 +02:00

6 lines
44 B
C

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