]> git.ozlabs.org Git - ccan/blobdiff - ccan/strgrp/test/api_almost_different_50_insert_two.c
strgrp: new module
[ccan] / ccan / strgrp / test / api_almost_different_50_insert_two.c
diff --git a/ccan/strgrp/test/api_almost_different_50_insert_two.c b/ccan/strgrp/test/api_almost_different_50_insert_two.c
new file mode 100644 (file)
index 0000000..790930b
--- /dev/null
@@ -0,0 +1,7 @@
+#include "../test/helpers.h"
+
+int main(void) {
+    struct strgrp *ctx;
+    create(ctx, 0.50);
+    return one_group_from_two(ctx, "abcde", NULL, "zyabc", NULL);
+}