update to new AM37 syntax
[fleet.git] / tests / flags / signal-0-from-inbox-to-inbox.test
1 // expected output
2 #expect 0
3
4 #ship debug        : Debug
5 #ship fifo         : Fifo
6
7 debug.in:
8   set word= 2;
9   set ilc=1;
10   recv;
11   set flags a=c, b=b;
12   [a]  set word= 1;
13   [!a] set word= 0;
14   deliver;
15
16 fifo.in:
17   send token to debug.in:0;