xref: /llvm-project/clang/test/Modules/Inputs/undefined-type-fixit/module.modulemap (revision a171d248ca34b8b6f8de11d42a83ad981285963a)
1module public1 {
2  header "public1.h"
3}
4module public2 {
5  header "public2.h"
6  module public2sub {
7    header "public2sub.h"
8  }
9}
10