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