brintos

brintos / llvm-project-archived public Read only

0
0
Text · 386 B · 26faf2b Raw
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