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