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
update pet to version 0.11.6
[ppn.git]
/
tests
/
quasi_affine.cc
blob
d37d082222bdcef4695dd3225a530bc3c35f1973
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
(
"quasi_affine"
);
9
10
return
0
;
11
}