Marina/MarinaTest.java: a few hacks to get the silicon working
[fleet.git] / tests / codebags / fun-with-codebags.fleet
1 #expect 3
2
3 #ship debug  : Debug
4 #ship memory : Memory
5
6 memory.out:
7  set ilc=*;  collect packet, send;
8
9 memory.inCBD: set word= {
10     memory.inCBD: set word= {
11         memory.inCBD: set word= {
12             debug.in:
13               set word= 3;
14               deliver;
15           }; deliver;
16       }; deliver;
17   }; deliver;