source: git/Tst/Short/bug_23.tst @ 4e59df4

spielwiese
Last change on this file since 4e59df4 was cd9bd1, checked in by Hans Schönemann <hannes@…>, 23 years ago
*hannes: bug_23 git-svn-id: file:///usr/local/Singular/svn/trunk@5210 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 137 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// used to crash
5proc p()
6{
7  ring r=0,x,dp;
8  return(x);
9}
10ring RR;
11def pp=p();
12def pp=p();
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.