xref: /llvm-project/clang/test/Modules/Inputs/header-in-multiple-maps/map1 (revision ec87a50a3e9175441b5e4b38cc477881c078edf8)
1module a { header "a.h" }
2module b { header "a.h" }
3module c { textual header "a.h" }
4