aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/13-c11.c
Commit message (Collapse)AuthorAgeFilesLines
* c: accept C99 `[static N]` style array decls, changes to fn qualslemon2025-12-111-0/+5
| | | | | | Function parameters qualifiers don't matter outside of function definition. `int (const int)` should be compatible with `int(int)` etc. So no need to store them in the typedata.
* _Alignof and stufflemon2025-12-111-0/+22