Fix operator precedence in preprocessor expressions

This commit is contained in:
Olly Betts 2022-07-26 12:35:58 +12:00
commit de5ce08a7d
4 changed files with 48 additions and 10 deletions

View file

@ -746,6 +746,7 @@ C_TEST_CASES += \
preproc \
preproc_constants_c \
preproc_defined \
preproc_expr \
preproc_gcc_output \
preproc_include \
preproc_line_file \