]> git.ozlabs.org Git - ccan/blob - api_insert_two_distinct.c
3ee8e3e58825ee863109f36a89833fb8e23326a5
[ccan] / api_insert_two_distinct.c
1 #include "../test/helpers.h"
2
3 int main(void) {
4     struct strgrp *ctx;
5     create(ctx, DEFAULT_SIMILARITY);
6     return two_groups_from_two(ctx, "a", NULL, "b", NULL);
7 }