Merge marina project in subdirectory marina/
[fleet.git] / tests / flush / flush-debug.test
1 // FIXME: need test for ADD carry-out c-flag
2
3 #ship debug : Debug
4
5 #expect 1
6 #expect 3
7
8 debug.in:
9   set word=1;
10   deliver;
11   set word=2;
12   flush;
13   set word=3;
14   deliver;