blob: 447073e6cf9fc0759b20951cbdc69668b2ac452f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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;
}
|