test12.ion 167 B

123456
  1. #!./testshell
  2. echo 'Test 12 (Variant of test10):'
  3. echo 'This script should not be killable by SIGINT or SIGQUIT'
  4. ion -c 'source lib.ion; while true; ./catcher ; end'