xref: /src/bin/sh/tests/errors/bad-parm-exp8.0 (revision f25b8c9fb4f58cf61adb47d7570abe7caa6d385d)
1
2v=1
3eval ": $(printf '${v-${w\372}}')"
4