6 int main(int argc
, char *argv
[])
8 isl_ctx
*ctx
= isl_ctx_alloc();
11 construct_pdg("testcopy");
12 pdg
= get_pn(ctx
, "testcopy");
14 assert(pdg
->nodes
.size() == 3);
19 construct_pdg("testcopy2");
20 pdg
= get_pn(ctx
, "testcopy2");
22 assert(pdg
->nodes
.size() == 5);