2 // RUN: split-file %s %t
4 // RUN: %clang_cc1 -emit-module -x c++ -fmodules -I %t/Inputs -fmodule-name=aa %t/Inputs/module.modulemap -o %t/aa.pcm
5 // RUN: rm %t/Inputs/b.h
6 // RUN: not %clang_cc1 -x c++ -Wdocumentation -ast-dump-all -fmodules -I %t/Inputs -fmodule-file=%t/aa.pcm %t/test.cpp | FileCheck %s
8 //--- Inputs/module.modulemap
25 /// test comment at the primary file
30 // CHECK: TranslationUnitDecl