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