]> git.ozlabs.org Git - ccan/blob - test/api_insert_duplicate.c
io/fdpass: don't leak fd if conn closes before we write it.
[ccan] / test / api_insert_duplicate.c
1 #include "../test/helpers.h"
2
3 int main(void) {
4     struct strgrp *ctx;
5     create(ctx, DEFAULT_SIMILARITY);
6     return one_group_from_two(ctx, "a", (void *)"1", "a", (void *)"2");
7 }