Marina/MarinaTest.java: a few hacks to get the silicon working
[fleet.git] / tests / torpedo / basic-torpedo-inbox.test
1 #expect 20
2 #ship debug : Debug
3 #ship fifo  : Fifo
4
5 debug.in:
6   head;
7   send token to fifo.out;
8   set ilc=*;
9   [T] recv token;
10   [*] set word= 20;
11   [*] deliver;
12   tail;
13
14 fifo.out:
15   recv token;
16   send token to debug.in:i;
17