mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Module references get indexed as a 'module' symbol; they get USRs similar to how clang would assign a USR for a module reference. JIRA: https://bugs.swift.org/browse/SR-8677
3 lines
43 B
Objective-C
3 lines
43 B
Objective-C
#import "ClangModuleA.h"
|
|
void funcB(void);
|