PR c++/60336
[official-gcc.git] / gcc / testsuite / g++.dg / abi / empty13.h
blobc61afcda0fbd8046987337912cf8b43aabe1fcfa
1 struct dummy { };
2 struct foo
4 int i1;
5 int i2;
6 int i3;
7 int i4;
8 int i5;
9 };