Home | History | Annotate | Line # | Download | only in libctf-writable
      1 #include "parent-child-dtd-crash-lib.c"
      2 
      3 int main (void)
      4 {
      5   dtd_crash(ADD_ENUMERATOR, 0);
      6   dtd_crash(ADD_ENUMERATOR, 1);
      7 
      8   printf("Creation successful.\n");
      9 
     10   return 0;
     11 }
     12