macro assert_terminates($inner) { ... }

Assert that the inner block abnormally terminates the process.

The inner block is executed in a forked process. If the block runs to completion, the macro will panic.

Example