summaryrefslogtreecommitdiff
path: root/ccan/strgrp/test/api_almost_different_50_insert_two.c
blob: 790930b1337926f9e2954ea096ea75fb082acccb (plain)
1
2
3
4
5
6
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);
}