xref: /freebsd/bin/sh/tests/builtins/printf2.0 (revision 59144db3fca192c4637637dfe6b5a5d98632cd47)
1
2[ "$(printf '%cZ%s%d' x '\' 010)" = 'xZ\8' ]
3