diff options
| author | 2026-03-19 20:02:09 +0100 | |
|---|---|---|
| committer | 2026-03-19 20:02:09 +0100 | |
| commit | 0e1a2a18ac7056e7fe3a033b664e6ecb8faba651 (patch) | |
| tree | 470f8e423f5e4ab10faf5e9c4e294121b7cac0dc /test/02-fib.c | |
| parent | 05e132851016d566629fcfd279eef025a14ddb32 (diff) | |
c: fix qualifiers for array declarators
`const int x[]` was being treated as `const int x[const]`, which is
wrong, and matters when `x` is a function parameter that really decays
to a pointer (`int const *const x`)
Diffstat (limited to 'test/02-fib.c')
0 files changed, 0 insertions, 0 deletions