mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
There is a special case that already exists in 'ClangImporter' for implicit module loading: Import of a "submodule" named "Foo.Private" is treated as a top-level module named "Foo_Private". Clang has special support for this. Resolves rdar://108287140
2 lines
25 B
C
2 lines
25 B
C
void funcXPrivate(void);
|