update to 03-Jan-2009 am33: head, abort, and d-flag
[fleet.git] / tests / dock / predicate-olc-equals-zero.fleet
1 #expect 5
2 #expect 5
3 #expect 5
4 #expect 4
5
6 #ship debug : Debug
7
8 debug.in:
9   set word=5;
10   set flags a=0, b=0;
11   set olc=3;
12   head;
13   [Rq] [d] set word=4;
14   [Rq] [d] deliver;
15   [Rq] deliver;
16   [Rq] set olc--;
17   [d] abort;
18   tail;
19