summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/modules/import-in-include/c.slang
Commit message (Collapse)AuthorAge
* Handle import, entrypoint and global params in included files. (#3395)Yong He2023-12-08
* Handle `import`, entrypoint and global params in included files. * Fix language server. * Extend `_createScopeForLegacyLookup` for `__include`. --------- Co-authored-by: Yong He <yhe@nvidia.com>