mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The diagnostics/remarks out of the ModularizationError wrapped in a TypeError (eg. coming from resolveCrossReference) is otherwise just dropped but could help better understand C/C++ interop issues.
6 lines
50 B
Plaintext
6 lines
50 B
Plaintext
module CxxLib {
|
|
header "CxxLib.h"
|
|
|
|
export *
|
|
}
|