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