Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Unexpected macro syntax error when macro is in an expression #290

Open
xisui-MSFT opened this issue Oct 13, 2018 · 0 comments
Open

Unexpected macro syntax error when macro is in an expression #290

xisui-MSFT opened this issue Oct 13, 2018 · 0 comments

Comments

@xisui-MSFT
Copy link

Issue Type: Bug

Example:
#ifdef TEST
int func(int a,
#else
int func2(int a,
#endif
int b);

Error: syntax errors around #else and #endif.
Expected: parse correctly.
Original Issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant