shithub: kwa

ref: 6d0ade9e0f10517872304e94c2c5d0e3a14c426d
dir: /test/t.8.y/

View raw version
{$1=$2; print}

# this should print nothing for an empty input line
# since it has only referred to $2, not created it,
# and thus only $1 exists (and it's null).

# is this right???