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