comparison gcc/testsuite/g++.dg/abi/empty25.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 #ifdef __cplusplus
2 struct dummy
3 {
4 virtual void bar (void) { }
5 unsigned int : 15;
6 };
7 #else
8 struct dummy {};
9 #endif
10
11 struct foo
12 {
13 int i1;
14 int i2;
15 int i3;
16 int i4;
17 int i5;
18 };