3 // RUN: split-file %s %t
5 // RUN: %clang_cc1 -std=c++20 -emit-module-interface %t/a.cppm -o %t/a.pcm
6 // RUN: %clang_cc1 -std=c++20 %t/b.cppm -fprebuilt-module-path=%t -fsyntax-only -verify
13 void operator &&(_Dom1 __v, _Dom1 __w)
22 template<typename... _Types>
25 static constexpr bool _S_copy_ctor =
26 (__is_trivial(_Types) && ...);
29 template<typename... _Types>
34 noexcept((__is_trivial(_Types) && ...))
47 // expected-no-diagnostics