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