// Has a local `shared` function with the same name; does NOT import from lib/foo. // FP mitigation should keep the regex `\bshared\s*\(` from registering as a caller. function shared() { return 'from other'; } console.log(shared());