12 lines · cpp
1// RUN: not %clang_cc1 -fsyntax-only -verify -std=gnu++20 -ferror-limit 19 %s2// Creduced test case for the crash in RemoveNestedImmediateInvocation after compliation errros.3 4a, class b { template < typename c> consteval b(c5} template <typename...> using d = b;6auto e(d<>) -> int:;7}8f9}10g() {11 auto h = "":(::i(e(h))12