ref: e533e05deffd621ff5dcf683446ef759ec2949fd dir: /testdir/t.3.x/
{ x = $1 while (x > 1) { print x x = x / 10 } }