xref: /netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/parent-child-dtd-struct.c (revision 32d1c65c71fbdb65a012e8392a62a757dd6853e9)
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