Marina/MarinaTest.java: a few hacks to get the silicon working
[fleet.git] / tests / torpedo / infinite-nop-is-torpedoable.fleet
1 #expect 5
2 #ship debug : Debug
3 #ship fifo  : Fifo
4
5 debug.in:
6   set ilc=*;
7   [T] nop;
8   [*] set word=5;
9   [*] deliver;
10
11 fifo.out:
12   send token to debug.in:i;
13