source:
git/Tst/Short/bug_tr393.tst
@
1b9fe1
Last change on this file since 1b9fe1 was 1b9fe1, checked in by , 8 years ago | |
---|---|
|
|
File size: 125 bytes |
Line | |
---|---|
1 | LIB "tst.lib"; |
2 | tst_init(); |
3 | |
4 | // overflow checks: |
5 | ring r; |
6 | poly p=2x300; |
7 | map f=r,x300; |
8 | f(p); |
9 | subst (p,x,y300); |
10 | |
11 | tst_status(1);$ |
Note: See TracBrowser
for help on using the repository browser.