Backend unparser will drop __attribute__ attached with variable declaration
Open
- Dominant language
- C
- Stars
- 688
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
My input code is as following:
`int __attribute__((bitwidth(13))) a;`
ROSE backend will generate the following output:
`int a;`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.