xref: /llvm-project/clang/test/Modules/Inputs/include_next/y/module.modulemap (revision 25d50758f3078f56677f50b8f789dff76c90ed4c)
1module ya { header "a.h" export * }
2module yb { header "b.h" export * }
3