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