source: git/Tst/Short/bug_newstruct.tst @ 197c4e

spielwiese
Last change on this file since 197c4e was c3abfcc, checked in by Hans Schoenemann <hannes@…>, 6 years ago
fix: tr #813
  • Property mode set to 100644
File size: 246 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB"customstd.so";
5LIB"gfanlib.so";
6// newstruct stuff
7newstruct("pdivisor","list summands, cone tail");
8
9list L;
10cone c;
11pdivisor P;
12P.summands=L;
13P.tail=c;
14P;
15
16// tr. #813
17newstruct("s","string a");
18
19tst_status(1);$
Note: See TracBrowser for help on using the repository browser.