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