source: git/Tst/Short/bug_tr745.tst @ 352a84b

spielwiese
Last change on this file since 352a84b was 74757f8, checked in by Hans Schoenemann <hannes@…>, 9 years ago
fix tr. #745 (automatic conversion bigintmat->intmat)
  • Property mode set to 100644
File size: 187 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// there should be no automatic conversion bigintmat->intmat
5
6bigint n=2;
7n = n^90;
8bigintmat A[1][1]=n;
9intmat B[1][1]=1;
10typeof(A*B);
11A*B;
12
13
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.