`int typedef x` doesn't parse correctly
Open
area:compiler
kind:bug
status:help-wanted
- Dominant language
- C#
- Stars
- 451
- Forks
- 49
- Avg merge
- 13h 59m
- Merged PRs (30d)
- 6
Description
`int typedef x;` is a correct top-level statement, but Cesium is unable to process it.
The possible reason is `Cesium.CodeGen.Ir.Declarations.IScopedDeclarationInfo.Of` which checks the first specifier whether it is `typedef`.
Contributor guide
Assessment
This issue has not been assessed yet.