summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/0-array.slang
Commit message (Collapse)AuthorAge
* Add legalization for 0-sized arrays. (#7327)Yong He2025-06-04
* Add legalization for 0-sized arrays. * Allow 0-sized arrays in the front-end. * More tests. * Add `Conditional<T, hasValue>` type to core module. * Update toc. * Fix wording. * Update test.