Files
Hiroshi Yamauchi c5dc68a348 Emit diagnostics/remarks out of wrapped ModularizationError
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.
2023-09-18 08:17:58 -07:00

6 lines
50 B
Plaintext

module CxxLib {
header "CxxLib.h"
export *
}