xref: /freebsd/bin/sh/tests/expansion/arith7.0 (revision a64729f5077d77e13b9497cb33ecb3c82e606ee8)
1
2v=1+
3v=$v$v$v$v
4v=$v$v$v$v
5v=$v$v$v$v
6v=$v$v$v$v
7v=$v$v$v$v
8[ "$(cat <<EOF
9$(($v 1))
10EOF
11)" = 1025 ]
12