| // RUN: %clang_cc1 -fmodules -x c++ -std=c++11 -fmodules-cache-path=%t \ |
| // RUN: -I%S/Inputs/private3 -emit-module -fmodule-name=A -o %t/m.pcm %s |
| // RUN: %clang_cc1 -fmodules -x c++ -std=c++11 -fmodules-cache-path=%t \ |
| // RUN: -I%S/Inputs/private3 -emit-module -fmodule-name=B -o %t/m.pcm %s |
| // RUN: %clang_cc1 -fmodules -x c++ -std=c++11 -fmodules-cache-path=%t \ |
| // RUN: -I%S/Inputs/private3 -emit-module -fmodule-name=C -o %t/m.pcm %s |
| // RUN: %clang_cc1 -fmodules -x c++ -std=c++11 -fmodules-cache-path=%t \ |
| // RUN: -I%S/Inputs/private3 -emit-module -fmodule-name=D -o %t/m.pcm %s |
| header "Inputs/private3/public.h" |
| private header "Inputs/private3/private.h" |
| header "Inputs/private3/public.h" |
| private header "Inputs/private3/private.h" |
| header "Inputs/private3/public.h" |
| private header "Inputs/private3/private.h" |
| header "Inputs/private3/public.h" |
| private header "Inputs/private3/private.h" |