Sign in
gnu
/
binutils-gdb
/
ebed2c2c43aeaa6e4e603d07e930eceda510c02d
/
.
/
libctf
/
testsuite
/
libctf-writable
/
parent-child-dtd-union.c
blob: 9e70df5cdf74a2f0674aa1aa4e7fef6bb2f9b2c5 [
file
] [
log
] [
blame
]
#include
"parent-child-dtd-crash-lib.c"
int
main
(
void
)
{
dtd_crash
(
ADD_UNION
,
0
);
dtd_crash
(
ADD_UNION
,
1
);
printf
(
"Creation successful.\n"
);
return
0
;
}