2 // RUN: split-file %s %t
5 // RUN: %clang_cc1 -std=c++20 %t/B.cppm -I%t -emit-module-interface -o %t/B.pcm
6 // RUN: %clang_cc1 -std=c++20 %t/A.cppm -I%t -fprebuilt-module-path=%t -emit-module-interface -verify
9 import B; // expected-error{{missing 'export module' declaration in module interface unit}}