exit1.tests 90 B

1234
  1. trap "echo Not shown" EXIT
  2. (exit) # must be silent
  3. trap "echo Once; exit" EXIT
  4. { exit; }