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

int main(void) {
    struct strgrp *ctx;
    create(ctx, DEFAULT_SIMILARITY);
    return two_groups_from_two(ctx, "a", NULL, "b", NULL);
}