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