aboutsummaryrefslogtreecommitdiff
path: root/libctf/testsuite/libctf-writable/parent-child-dtd-member-offset.c
blob: 9aa7c28148b887af238f2b874cc9b82f87eacf95 (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_OFFSET, 0);
  dtd_crash(ADD_MEMBER_OFFSET, 1);

  printf("Creation successful.\n");

  return 0;
}