3 // RUN: split-file %s %t
5 // RUN: %clang_cc1 -std=c++20 %t/M.cppm -triple=x86_64-linux-gnu \
6 // RUN: -emit-module-interface -o %t/M.pcm
7 // RUN: %clang_cc1 -std=c++20 %t/foo.cpp -fprebuilt-module-path=%t \
8 // RUN: -triple=x86_64-linux-gnu -emit-llvm -o - | FileCheck %t/foo.cpp
19 struct S2 { S1 s = 0; };
23 // CHECK-NOT: _ZNW1M2S1C1Ei