readonly3.tests 102 B

1234
  1. readonly v=1
  2. # there was a bug causing second assignment to be not checked
  3. v=2 v=3 echo $v
  4. echo Ok:$v