3 // RUN: %clang_cc1 -fmodules -x c++ -std=c++11 -fmodules-cache-path=%t \
4 // RUN: -I%S/Inputs/private3 -emit-module -fmodule-name=A -o %t/m.pcm %s
5 // RUN: %clang_cc1 -fmodules -x c++ -std=c++11 -fmodules-cache-path=%t \
6 // RUN: -I%S/Inputs/private3 -emit-module -fmodule-name=B -o %t/m.pcm %s
7 // RUN: %clang_cc1 -fmodules -x c++ -std=c++11 -fmodules-cache-path=%t \
8 // RUN: -I%S/Inputs/private3 -emit-module -fmodule-name=C -o %t/m.pcm %s
9 // RUN: %clang_cc1 -fmodules -x c++ -std=c++11 -fmodules-cache-path=%t \
10 // RUN: -I%S/Inputs/private3 -emit-module -fmodule-name=D -o %t/m.pcm %s
13 header "Inputs/private3/public.h"
14 private header "Inputs/private3/private.h"
17 header "Inputs/private3/public.h"
19 private header "Inputs/private3/private.h"
24 header "Inputs/private3/public.h"
26 private header "Inputs/private3/private.h"
30 header "Inputs/private3/public.h"
33 private header "Inputs/private3/private.h"