aboutsummaryrefslogtreecommitdiff
path: root/test/enum-large-value.c
AgeCommit message (Collapse)Author
2024-03-29Use C23 keywords in test dataMichael Forney
2024-03-21decl: Add support for enums with large values and fixed underlying typesMichael Forney
Fixes: https://todo.sr.ht/~mcf/cproc/64
2019-08-11decl: Allow enumerator values up to UINT_MAXMichael Forney