--TEST-- shadowing a global function with a local version --FILE-- --EXPECT-- string(10) "global bar" string(9) "local bar" Done