2 // RUN: split-file %s %t
5 // RUN: %clang_cc1 -std=c++20 %t/A.cppm -I%t -emit-module-interface -o %t/A.pcm
6 // RUN: %clang_cc1 -std=c++20 -fprebuilt-module-path=%t %t/Use.cpp -verify -fsyntax-only
13 template<typename Func>
14 constexpr bool __call_is_nt(A)
23 return __call_is_nt<decltype(func)>(t);
37 // expected-no-diagnostics