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