summaryrefslogtreecommitdiff
path: root/tests/language-feature/modules/module-name.slang
AgeCommit message (Collapse)Author
2024-01-25Fixes for `module` and `include`. (#3519)Yong He
* Fix type checking of enum cases. * Allow decl to have same name as module. --------- Co-authored-by: Yong He <yhe@nvidia.com>