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

Line No. Rev Author Line
1 4 tbourke
Simple test with selects
2
 
3
Result:
4
    Fails due to mixed subscript types
5
--
6
clock c1;
7
chan c[5][int[2,10]];
8
int x;
9
--
10
i : int[0,4], j : int[2,10]
11
c[i][j]?
12
c1>4
13
--
14
j : int[2,10]
15
c[x][j]?
16
c1 <= 3