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