repo.or.cz
/
ppn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pn2adg.cc: edge_name: allocate enough space for edge name
[ppn.git]
/
tests
/
c2pdg.cc
blob
2275e5212c17e94804caa953ed10eaa91d9b5b05
1
#include <assert.h>
2
#include
"testlib.h"
3
4
using
pdg
::
PDG
;
5
6
int
main
(
int
argc
,
char
*
argv
[])
7
{
8
construct_pdg
(
"QR"
);
9
construct_pdg
(
"QR"
,
"-func main"
);
10
11
return
0
;
12
}