Closed as not planned
Description
Type: LanguageService
Describe the bug
- OS and Version:
- VS Code Version: 1.30.2
- C/C++ Extension Version: 0.21.0
- Other extensions you installed (and if the issue persists after disabling them):
- A clear and concise description of what the bug is.
codes as blow:
#define do_div(n, base) ({ \
int count = 0; \
count++; \ //can't go to definition
})