ref: 4defc0a705893f36adeed5ffd358b4d178ee8f31 dir: /test/t.split2a/
BEGIN { a[1]="a b" print split(a[1],a),a[1],a[2] }