xref: /freebsd/bin/sh/tests/builtins/lineno2.0 (revision e9a994639b2af232f994ba2ad23ca45a17718d2b)
1# $FreeBSD$
2
3f() {
4	: ${LINENO+${x?}}
5}
6
7unset -v x
8command eval f 2>/dev/null && exit 3
9x=1
10f
11