1 #include "parent-child-dtd-crash-lib.c" 2 3 int main (void) 4 { 5 dtd_crash(SET_ARRAY, 0); 6 dtd_crash(SET_ARRAY, 1); 7 8 printf("Creation successful.\n"); 9 10 return 0; 11 } 12