diff options
Diffstat (limited to 'ccan/strgrp/test/api_almost_different_25_insert_two.c')
-rw-r--r-- | ccan/strgrp/test/api_almost_different_25_insert_two.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ccan/strgrp/test/api_almost_different_25_insert_two.c b/ccan/strgrp/test/api_almost_different_25_insert_two.c new file mode 100644 index 00000000..3da484bf --- /dev/null +++ b/ccan/strgrp/test/api_almost_different_25_insert_two.c @@ -0,0 +1,7 @@ +#include "../test/helpers.h" + +int main(void) { + struct strgrp *ctx; + create(ctx, 0.25); + return one_group_from_two(ctx, "abcde", NULL, "zyxab", NULL); +} |