Marina/MarinaTest.java: a few hacks to get the silicon working
[fleet.git] / tests / flags / basic.test
1 // expected output
2 #expect 0
3
4 // ships required in order to run this code
5 #ship debug        : Debug
6
7 debug.in:
8   set word= 0;
9   set flags a=0, b=0;
10   deliver;
11