[/] [trunk/] [src/] [maketest/] [tests/] [testflip06] - Blame information for rev 4

Line No. Rev Author Line
1 4 tbourke
Simple test with selects
2
 
3
Result:
4
    subscript has wrong type: e=j, badty=int[0, 8], goodty=int[2, 10]
5
--
6
clock c1;
7
chan c[5][int[2,10]];
8
--
9
i : int[0,4], j : int[2,10]
10
c[i][j]?
11
c1>4
12
--
13
i : int[0,4], j : int[0,8]
14
c[i][j]?
15
c1 <= 3