// RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify %s // expected-no-diagnostics template struct A { constexpr A(Fn) {}; }; template