aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/20-empty.c
Commit message (Collapse)AuthorAgeFilesLines
* frontend: accept zero size arrays and empty aggregates lemon2026-04-131-0/+28
GNU extension. Previously was overloading arraylength==0 to mean unsized array, now they are distinct with the type flag TFUNKNOWN marking unsized arrays & aggregates.