macro assert_panics($inner) { ... }

Assert that the inner block panics.

If the block does not panic, the macro will.

Example