mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
_Generic should distinguish pointers to differently sized arrays such as `int(*)[2]` and `int(*)[4]`.
_Generic should distinguish pointers to differently sized arrays such as `int(*)[2]` and `int(*)[4]`.