3 // RUN: split-file %s %t
5 // RUN: %clang_cc1 -std=c++20 -fmodules -fmodule-name=mod -xc++ -emit-module %t/mod.cppmap -o %t/mod.pcm
6 // RUN: %clang_cc1 -std=c++20 -fmodules -fmodule-file=%t/mod.pcm -fsyntax-only %t/use.cc -verify
23 template <typename t1
= void>
24 inline constexpr bool inl
= false;
28 // expected-no-diagnostics