Preprocessor: undefined variables aren't implicitly converted to zero #534
Labels
area:preprocessor
Related to C preprocessor
good-first-issue
An issue considered simple enough for new contributors
kind:feature
New feature or request
status:help-wanted
Open for contributors
Consider this valid C program:
It is expected to generate an empty C file (an undefined variable evaluates to zero).
Currently, it will fail with a stack trace:
The text was updated successfully, but these errors were encountered: