diff options
Diffstat (limited to 'libctf/testsuite/libctf-writable/parent-child-dtd-struct.c')
-rw-r--r-- | libctf/testsuite/libctf-writable/parent-child-dtd-struct.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libctf/testsuite/libctf-writable/parent-child-dtd-struct.c b/libctf/testsuite/libctf-writable/parent-child-dtd-struct.c new file mode 100644 index 0000000..39fb9d9 --- /dev/null +++ b/libctf/testsuite/libctf-writable/parent-child-dtd-struct.c @@ -0,0 +1,11 @@ +#include "parent-child-dtd-crash-lib.c" + +int main (void) +{ + dtd_crash(ADD_STRUCT, 0); + dtd_crash(ADD_STRUCT, 1); + + printf("Creation successful.\n"); + + return 0; +} |