test-panic-exit validates that panic recovery in CLI entry points exits
cleanly with the correct error code.
This program tests:
1. Panic recovery at the entry point level
2. Process exits with error code 70 (EX_SOFTWARE) on panic
3. Clean exit without crashing or hanging