mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-08-07 17:24:58 +00:00
Previously, it included some instances that violate the standard constraint that a declaration must declare a declarator, a tag, or an enum constant. As of commit f263066f61
, this constraint is now enforced, so those cases would (properly) give errors.