1# $FreeBSD: head/bin/sh/tests/errors/bad-parm-exp7.0 287081 2015-08-23 20:44:53Z jilles $
2
3v=1
4eval ": $(printf '${v-${\372}}')"
5