xref: /llvm-project/clang/test/Modules/Inputs/thread-safety/module.modulemap (revision a171d248ca34b8b6f8de11d42a83ad981285963a)
1*a171d248SMichael Spencermodule a { header "a.h" }
2*a171d248SMichael Spencermodule b { header "b.h" export * }
3*a171d248SMichael Spencermodule c { header "c.h" export * }
4