I get no output from this test: ``` perl -w -Mstrict '-MOverload::FileCheck=:all' -E'sub mock {return [0,0, 0100000 & 0644, 1,1,1,1,1,1,1,1,1,1]}; mock_all_from_stat(\&mock); say "ok" if -f "/abc"' ```
I get no output from this test: