remove tests/memory/count.and.stride.fleet
[fleet.git] / tests / dock / test-repeat-zero.fleet
1 #expect 1
2
3 #ship debug        : Debug
4 #ship memory       : Memory
5 #ship fifo         : Fifo
6
7 debug.in: set ilc=*;  recv, deliver;
8
9 fifo.out:
10   set ilc=*;  collect, send to debug.in;
11
12 fifo.in:
13   set ilc=0;
14   set word= 0;
15   deliver;
16   set word= 1;
17   deliver;