llvm-project/clang/test/APINotes/Inputs/Headers/module.private.modulemap
Egor Zhdan 932949dbb5
[APINotes] Upstream the remaining API Notes fixes and tests
This upstreams the last bits of Clang API Notes functionality that is
currently implemented in the Apple fork:
https://github.com/apple/llvm-project/tree/next/clang/lib/APINotes
2024-03-27 13:13:06 +00:00

6 lines
90 B
Plaintext

module PrivateLib {
header "PrivateLib.h"
}
module ModuleWithWrongCasePrivate.Inner {}