Commit 71fcc36
feat: Add regression test for __alignof__ in attribute
Adds a regression test to ensure that `__alignof__` can be used within an `__attribute__((aligned(...)))` specifier. This test verifies that the bug reported in issue #73 does not reappear in the future.
The bug itself appears to have been fixed in a previous version of `pycparserext` or one of its dependencies, as the test passes without any code changes.1 parent 8fe580a commit 71fcc36
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
579 | 584 | | |
580 | 585 | | |
581 | 586 | | |
| |||
0 commit comments