aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/abi/empty12.h
blob: c61afcda0fbd8046987337912cf8b43aabe1fcfa (plain)
1
2
3
4
5
6
7
8
9
struct dummy { };
struct foo
{
  int i1;
  int i2;
  int i3;
  int i4;
  int i5;
};