xref: /llvm-project/clang/test/Modules/Inputs/subdir/module.modulemap (revision a171d248ca34b8b6f8de11d42a83ad981285963a)
1*a171d248SMichael Spencermodule subdir {
2*a171d248SMichael Spencer  header "subdir.h"
3*a171d248SMichael Spencer}
4