2 // RUN: split-file %s %t
5 // RUN: %clang_cc1 -std=c++20 %t/A.cppm -emit-module-interface -o %t/A.pcm
6 // RUN: %clang_cc1 -std=c++20 -fprebuilt-module-path=%t -I%t %t/Use.cppm -verify -fsyntax-only
9 template <typename T, typename U = int>
12 template <typename T, typename U>
19 Templ(T t) -> Templ<T, int>;
27 // expected-no-diagnostics