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