[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / merge-vtable-codegen / merge-vtable-codegen.modulemap
blob1edaa07101f9c678b6bdfc9c9d2b62d225f3029c
1 module "a" {
2   textual header "a.h"
5 module "b" {
6   header "b.h"
9 module "c" {
10   header "c.h"