4 // RUN: echo 'module X {}' > %t/x
5 // RUN: echo 'module Y {}' > %t/y
7 // RUN: %clang_cc1 -emit-module -fmodules -fmodule-name=X %t/x -x c++ -o %t/x.pcm
8 // RUN: %clang_cc1 -emit-module -fmodules -fmodule-name=Y %t/y -x c++ -o %t/y.pcm
9 // RUN: %clang_cc1 -fmodules -fmodule-file=%t/x.pcm -fmodule-file=%t/y.pcm -x c++ /dev/null -fsyntax-only
11 // RUN: not test -f %t/modules.timestamp
12 // RUN: not test -f %t/modules.idx