1# $FreeBSD$
2
3f() {
4	: ${LINENO+${x?}}
5}
6
7unset -v x
8command eval f 2>/dev/null && exit 3
9x=1
10f
11