summaryrefslogtreecommitdiff
path: root/ccan/strgrp/test/api_almost_similar_25_insert_two.c
blob: 35687f5a24f5a0faef2d486b9b9e274ef78b5f27 (plain)
1
2
3
4
5
6
7
#include "../test/helpers.h"

int main(void) {
    struct strgrp *ctx;
    create(ctx, 0.25);
    return two_groups_from_two(ctx, "abcde", NULL, "zyxwa", NULL);
}