3 // RUN: split-file %s %t
5 // RUN: %clang_cc1 %t/a.cppm -std=c++20 -triple %itanium_abi_triple \
6 // RUN: -emit-module-interface -o %t/a.pcm
7 // RUN: %clang_cc1 %t/b.cppm -std=c++20 -triple %itanium_abi_triple \
8 // RUN: -emit-module-interface -o %t/b.pcm \
9 // RUN: -fmodule-file=a=%t/a.pcm
10 // RUN: %clang_cc1 %t/b.pcm -std=c++20 -triple %itanium_abi_triple \
11 // RUN: -emit-llvm -o - | FileCheck %t/b.cppm
29 void require(n::s1<T>) {
47 // Check the LLVM IR of module 'b' get generated correctly.
48 // CHECK: define{{.*}}@_ZGIW1b