[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / SemaCXX / remove-nested-immediate-invocation-crash.cpp
blob26faf2bc1c06d439dbb311b80d97c169baeea33a
1 // RUN: not %clang_cc1 -fsyntax-only -verify -std=gnu++20 -ferror-limit 19 %s
2 // Creduced test case for the crash in RemoveNestedImmediateInvocation after compliation errros.
4 a, class b { template < typename c> consteval b(c
5 } template <typename...> using d = b;
6 auto e(d<>) -> int:;
10 g() {
11 auto h = "":(::i(e(h))