change build machine, use /usr/bin/tclsh instead of /usr/bin/tcl
[fleet.git] / tests / literals / negative-absolute-literals.fleet
1 #expect -1
2 #ship debug : Debug
3
4 debug.in:
5   set word= -1;
6   deliver;
7
8