Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
abi
/
empty22.h
blob: 8d54dc74519f66c1fdd5d8a9fbf795c810f94b2b [
file
] [
log
] [
blame
]
#ifdef
__cplusplus
struct
A1
{
void
foo
(
void
);
unsigned
int
:
0
;
};
struct
A2
{
void
bar
(
void
);
unsigned
int
:
0
;
};
struct
dummy
:
A1
,
A2
{
unsigned
int
:
0
;
};
#else
struct
dummy
{};
#endif
struct
foo
{
int
i1
;
int
i2
;
int
i3
;
int
i4
;
int
i5
;
};