xref: /netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/parent-child-dtd-struct.c (revision f8cf1a9151c7af1cb0bd8b09c13c66bca599c027)
1 #include "parent-child-dtd-crash-lib.c"
2 
3 int main (void)
4 {
5   dtd_crash(ADD_STRUCT, 0);
6   dtd_crash(ADD_STRUCT, 1);
7 
8   printf("Creation successful.\n");
9 
10   return 0;
11 }
12