mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Fix IsEntryPoint to only recognize `Run` as the program entry point when it is declared at package scope in the `Main` package, not when it appears inside a namespace or via C++ interop. Closes #6755