summaryrefslogtreecommitdiff
path: root/tests/library/ambiguous-extern-export-lib1.slang
AgeCommit message (Collapse)Author
2025-06-25Fix ambiguous reference for 'extern' and 'export' (#7515)kaizhangNV
Close #7509. When there are both `export` and `extern` decls in lookup result, we should remove all `extern` decls.