# $FreeBSD$

# exit without arguments differs from exit $? in an EXIT trap.

trap 'false; exit' 0