diff options
| author | 2025-12-20 14:59:06 +0100 | |
|---|---|---|
| committer | 2025-12-20 14:59:06 +0100 | |
| commit | abab47e6fc33ae4a3a54c1f7c27a63a2df3c0676 (patch) | |
| tree | c56b6861e43d73a79ede557d9f9c587ed0ec64ec /test/07-pp.c | |
| parent | f123a0868ca44ca5fb5adf5c230ad03e5eb058b0 (diff) | |
c: fix a silly C edge case with function redeclaration storage class
C (or at least clang and gcc) allows declaring `static int f(...);` and
defining it later as `int f(...) {...}`, omitting the 'static' in the
latter definition.
Diffstat (limited to 'test/07-pp.c')
0 files changed, 0 insertions, 0 deletions