// This test case ensures that a single-instruction loop works // properly. The two instructions after the tail will get "clogged" // in the switch fabric until the hatch opens, but that's okay. #ship debug : Debug #ship fifo : Fifo #expect 5 #expect 4 debug.in: set word=5; deliver; set olc=1; [Rq] set olc--; tail; [*] set word=4; [*] deliver;