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