aboutsummaryrefslogtreecommitdiff
path: root/libctf/testsuite/libctf-writable/parent-child-dtd-set-array.c
blob: 079c4fb94bc6fbdb90aaffd4e0cb84f04a4b7f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "parent-child-dtd-crash-lib.c"

int main (void)
{
  dtd_crash(SET_ARRAY, 0);
  dtd_crash(SET_ARRAY, 1);

  printf("Creation successful.\n");

  return 0;
}