gcc/gcc/testsuite/g++.dg/abi/empty13.h

10 lines
84 B
C

struct dummy { };
struct foo
{
int i1;
int i2;
int i3;
int i4;
int i5;
};