Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
abi
/
empty22a.c
blob: 7606c5242636179daf72f3bf44e8a2e94a5f2917 [
file
] [
log
] [
blame
]
#include
"empty22.h"
void
fun
(
struct
dummy d
,
struct
foo f
)
{
if
(
f
.
i1
!=
-
1
)
__builtin_abort
();
}