xref: /llvm-project/clang/test/Modules/Inputs/private1/module.modulemap (revision a171d248ca34b8b6f8de11d42a83ad981285963a)
1module libPrivate {
2  header "public1.h"
3  private header "private1.h"
4}
5