]> git.ozlabs.org Git - ccan/blob - api_almost_different_25_insert_two.c
3da484bf920493dfa3687250796682dcddbbc090
[ccan] / api_almost_different_25_insert_two.c
1 #include "../test/helpers.h"
2
3 int main(void) {
4     struct strgrp *ctx;
5     create(ctx, 0.25);
6     return one_group_from_two(ctx, "abcde", NULL, "zyxab", NULL);
7 }