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;
}