pn2adg.cc: edge_name: allocate enough space for edge name
[ppn.git] / tests / c2pdg.cc
blob2275e5212c17e94804caa953ed10eaa91d9b5b05
1 #include <assert.h>
2 #include "testlib.h"
4 using pdg::PDG;
6 int main(int argc, char *argv[])
8 construct_pdg("QR");
9 construct_pdg("QR", "-func main");
11 return 0;