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

Line No. Rev Author Line
1 4 tbourke
No transitions, but channel has subscripts (including a scalar set).
2
--
3
typedef scalar[5] S;
4
int x, y;
5
chan c[y * 3][S];
6
--