Support typedef at block level
Open
area:compiler
kind:feature
status:help-wanted
- Dominant language
- C#
- Stars
- 451
- Forks
- 49
- Avg merge
- 13h 59m
- Merged PRs (30d)
- 6
Description
Currently, we don't support this:
```c
void foo() {
typedef int xxx;
xxx x;
}
```
We should support this.
Look for the number `214` in the code to find clues to implement this feature.c
Contributor guide
Assessment
This issue has not been assessed yet.