summaryrefslogtreecommitdiffstats
path: root/tests/library/ambiguous-extern-export-lib2.slang
Commit message (Collapse)AuthorAge
* Fix ambiguous reference for 'extern' and 'export' (#7515)kaizhangNV2025-06-25
Close #7509. When there are both `export` and `extern` decls in lookup result, we should remove all `extern` decls.