3 // RUN: split-file %s %t
5 // RUN: %clang_cc1 -std=c++20 %t/B.cppm -emit-module-interface -o %t/B.pcm
6 // RUN: %clang_cc1 -std=c++20 -fprebuilt-module-path=%t %t/Use.cpp -fsyntax-only -verify
9 template <typename T
, typename U
= T
>
11 template <typename T
, typename U
= void>
18 export
template <typename G
>
25 // expected-no-diagnostics