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

spielwiese
Last change on this file since 197c4e was 096909f, checked in by Hans Schoenemann <hannes@…>, 6 years ago
fix: tr. #814
  • Property mode set to 100644
File size: 139 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4newstruct("tt", "number n");
5tt n;
6n.n = 2;
7
8// and with a basering:
9ring r;
10n.n = 2;
11n;
12n.n;
13
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.