]> git.ozlabs.org Git - ccan/blob - ccan/strgrp/test/api_illegal_none_similar_insert_two.c
strgrp: new module
[ccan] / ccan / strgrp / test / api_illegal_none_similar_insert_two.c
1 #include "../test/helpers.h"
2
3 int main(void) {
4     struct strgrp *ctx;
5     create(ctx, 1.1);
6     return one_group_from_two(ctx, "a", NULL, "a", NULL);
7 }