Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[code2FN] C variable shadowing #754

Open
titomeister opened this issue Jan 16, 2024 · 0 comments
Open

[code2FN] C variable shadowing #754

titomeister opened this issue Jan 16, 2024 · 0 comments
Assignees

Comments

@titomeister
Copy link
Contributor

This issue is to track the future problem of resolving the variable shadowing issue that languages like C introduce, where a variable can be declared multiple times in separate, but enclosing, scopes. Declaring variables within inner scopes like this causes variable shadowing.

TODO: Paste example from the GOTO notes.

@titomeister titomeister self-assigned this Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant