2 // RUN: split-file %s %t
4 // RUN: %clang_cc1 -verify -std=c++20 -emit-header-unit -xc++-user-header bz0.h
5 // RUN: %clang_cc1 -verify -std=c++20 -fmodule-file=bz0.pcm -xc++-user-header bz1.h -E -o bz1.output.h
6 // RUN: FileCheck %s < bz1.output.h
7 // RUN: %clang_cc1 -std=c++20 -fmodule-file=bz0.pcm -emit-header-unit -xc++-user-header bz1.output.h
10 // expected-no-diagnostics
16 // expected-no-diagnostics
19 // CHECK: # 1 ".{{/|\\\\?}}bz1.h"
20 // CHECK: import ".{{/|\\\\?}}bz0.h";