```haxe class Main { static function main() { Sys.exit(109); } } ``` test.sh ```bash haxe build.hxml # is producing 1 echo $? ``` produces: <img width="425" height="193" alt="Image" src="https://github.com/user-attachments/assets/15fe490d-1938-4230-a9bf-4d3213a65125" /> reproducible project: [hl.exit.zip](https://github.com/user-attachments/files/28760391/hl.exit.zip)
test.sh
produces:
reproducible project:
hl.exit.zip