ref: d11b2d1a36e92518cea81c717169e2c97e8450d9 dir: /bugs-fixed/matchop-deref.awk/
function foo() { return "aaaaaab" } BEGIN { print match(foo(), "b") } { print match(substr($0, 1), "b") }