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

int main(void) {
    struct strgrp *ctx;
    create(ctx, 1.0);
    return one_group_from_two(ctx, "a", NULL, "a", NULL);
}