(import (scheme base)
(scheme write)
(scheme process-context)
(retropikzel hello)
(srfi 64))
(display "scheme-venv-test-success-")
(hello)
(exit 0)