]> git.ozlabs.org Git - ccan/blob - ccan/strgrp/test/api_insert_two_distinct.c
wwviaudio: Use correct C99 format specifiers for uint64_t
[ccan] / ccan / strgrp / test / api_insert_two_distinct.c
1 #include "../test/helpers.h"
2
3 int main(void) {
4     struct strgrp *ctx;
5     create(ctx, DEFAULT_SIMILARITY);
6     return two_groups_from_two(ctx, "a", NULL, "b", NULL);
7 }