api_all_similar_insert_two.c 151 B

1234567
  1. #include "../test/helpers.h"
  2. int main(void) {
  3. struct strgrp *ctx;
  4. create(ctx, 0);
  5. return one_group_from_two(ctx, "a", NULL, "b", NULL);
  6. }