final pass to update instruction encoding; should now match the spec
[fleet.git] / tests / literals / negative-absolute-literals.fleet
1 #expect -1
2 #ship debug : Debug
3
4 debug.in:
5   literal -1;
6   deliver;
7
8