boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

010-die-no-irritants.scm (216B)


      1 ;; tests/cc-util/10-die-no-irritants.scm — die with msg only, no irritants.
      2 ;; Verifies the no-irritants path emits just "error: <msg>" + newline.
      3 ;; Assumes cc/util.scm is loaded.
      4 
      5 (die #f "something went wrong")