3 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -fmodules-cache-path=%t \
4 // RUN: -emit-module -fmodule-name=a -o %t/a.pcm \
5 // RUN: %S/Inputs/merge-template-friend/module.modulemap
7 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -fmodules-cache-path=%t \
8 // RUN: -emit-module -fmodule-name=b -o %t/b.pcm \
9 // RUN: %S/Inputs/merge-template-friend/module.modulemap
11 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -fmodules-cache-path=%t \
12 // RUN: -I%S/Inputs/merge-template-friend \
13 // RUN: -fmodule-file=%t/a.pcm \
14 // RUN: -fmodule-file=%t/b.pcm \
22 // expected-no-diagnostics