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

int main(void) {
    struct strgrp *ctx;
    create(ctx, DEFAULT_SIMILARITY);
    return one_group_from_two(ctx, "a", (void *)"1", "a", (void *)"2");
}