summaryrefslogtreecommitdiff
path: root/ccan/strgrp/test/api_illegal_none_similar_insert_two.c
blob: bc330c5f7aa0c87abca22f2d27354c7e1f953cb3 (plain)
1
2
3
4
5
6
7
#include "../test/helpers.h"

int main(void) {
    struct strgrp *ctx;
    create(ctx, 1.1);
    return one_group_from_two(ctx, "a", NULL, "a", NULL);
}