<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/102760>102760</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
`FunctionDecl::getParamDecl`: `Assertion `i < getNumParams() && "Illegal param #"' failed`
</td>
</tr>
<tr>
<th>Labels</th>
<td>
c++20,
clang:frontend,
confirmed,
crash
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
Endilll
</td>
</tr>
</table>
<pre>
While reducing #77250, I stumbled upon the following assertion (https://godbolt.org/z/s77h5PEKv):
```cpp
auto __make_tuple = []< class _Tag, class... _Captures >(_Tag, _Captures...) {
return []< class _Fun >( _Fun) -> void
requires requires { 0; }
{};
};
template < class, class... _As >
using __call_result_t = decltype(__make_tuple(0)(_As{}...));
using T = __call_result_t< int, int >;
```
Clang 20.0 crash:
```
clang++: /root/llvm-project/clang/include/clang/AST/Decl.h:2674: clang::ParmVarDecl* clang::FunctionDecl::getParamDecl(unsigned int): Assertion `i < getNumParams() && "Illegal param #"' failed.
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0. Program arguments: /opt/compiler-explorer/clang-assertions-trunk/bin/clang++ -gdwarf-4 -g -o /app/output.s -mllvm --x86-asm-syntax=intel -fno-verbose-asm -S --gcc-toolchain=/opt/compiler-explorer/gcc-snapshot -fcolor-diagnostics -fno-crash-diagnostics -std=c++20 <source>
1. <source>:10:11: at annotation token
#0 0x0000000003abe608 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x3abe608)
#1 0x0000000003abc2fc llvm::sys::CleanupOnSignal(unsigned long) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x3abc2fc)
#2 0x0000000003a052f8 CrashRecoverySignalHandler(int) CrashRecoveryContext.cpp:0:0
#3 0x000075b56c842520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
#4 0x000075b56c8969fc pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x969fc)
#5 0x000075b56c842476 gsignal (/lib/x86_64-linux-gnu/libc.so.6+0x42476)
#6 0x000075b56c8287f3 abort (/lib/x86_64-linux-gnu/libc.so.6+0x287f3)
#7 0x000075b56c82871b (/lib/x86_64-linux-gnu/libc.so.6+0x2871b)
#8 0x000075b56c839e96 (/lib/x86_64-linux-gnu/libc.so.6+0x39e96)
#9 0x00000000071aeee9 clang::Sema::addInstantiatedParametersToScope(clang::FunctionDecl*, clang::FunctionDecl const*, clang::LocalInstantiationScope&, clang::MultiLevelTemplateArgumentList const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x71aeee9)
#10 0x0000000006ce50b6 clang::Sema::LambdaScopeForCallOperatorInstantiationRAII::LambdaScopeForCallOperatorInstantiationRAII(clang::Sema&, clang::FunctionDecl*, clang::MultiLevelTemplateArgumentList, clang::LocalInstantiationScope&, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6ce50b6)
#11 0x00000000067bd4ae clang::Sema::CheckInstantiatedFunctionTemplateConstraints(clang::SourceLocation, clang::FunctionDecl*, llvm::ArrayRef<clang::TemplateArgument>, clang::ConstraintSatisfaction&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x67bd4ae)
#12 0x00000000070a6702 clang::Sema::FinishTemplateArgumentDeduction(clang::FunctionTemplateDecl*, llvm::SmallVectorImpl<clang::DeducedTemplateArgument>&, unsigned int, clang::FunctionDecl*&, clang::sema::TemplateDeductionInfo&, llvm::SmallVectorImpl<clang::Sema::OriginalCallArg> const*, bool, llvm::function_ref<bool ()>) (.constprop.0) SemaTemplateDeduction.cpp:0:0
#13 0x00000000070a710a void llvm::function_ref<void ()>::callback_fn<clang::Sema::DeduceTemplateArguments(clang::FunctionTemplateDecl*, clang::TemplateArgumentListInfo*, llvm::ArrayRef<clang::Expr*>, clang::FunctionDecl*&, clang::sema::TemplateDeductionInfo&, bool, bool, clang::QualType, clang::Expr::Classification, llvm::function_ref<bool (llvm::ArrayRef<clang::QualType>)>)::'lambda1'()>(long) SemaTemplateDeduction.cpp:0:0
#14 0x0000000006640431 clang::Sema::runWithSufficientStackSpace(clang::SourceLocation, llvm::function_ref<void ()>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6640431)
#15 0x00000000070b2212 clang::Sema::DeduceTemplateArguments(clang::FunctionTemplateDecl*, clang::TemplateArgumentListInfo*, llvm::ArrayRef<clang::Expr*>, clang::FunctionDecl*&, clang::sema::TemplateDeductionInfo&, bool, bool, clang::QualType, clang::Expr::Classification, llvm::function_ref<bool (llvm::ArrayRef<clang::QualType>)>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x70b2212)
#16 0x0000000006ec639d clang::Sema::AddMethodTemplateCandidate(clang::FunctionTemplateDecl*, clang::DeclAccessPair, clang::CXXRecordDecl*, clang::TemplateArgumentListInfo*, clang::QualType, clang::Expr::Classification, llvm::ArrayRef<clang::Expr*>, clang::OverloadCandidateSet&, bool, bool, clang::OverloadCandidateParamOrder) (.constprop.0) SemaOverload.cpp:0:0
#17 0x0000000006ec6d21 clang::Sema::AddMethodCandidate(clang::DeclAccessPair, clang::QualType, clang::Expr::Classification, llvm::ArrayRef<clang::Expr*>, clang::OverloadCandidateSet&, bool, clang::OverloadCandidateParamOrder) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6ec6d21)
#18 0x0000000006ed72e2 clang::Sema::BuildCallToObjectOfClassType(clang::Scope*, clang::Expr*, clang::SourceLocation, llvm::MutableArrayRef<clang::Expr*>, clang::SourceLocation) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6ed72e2)
#19 0x0000000006ac4ccd clang::Sema::BuildCallExpr(clang::Scope*, clang::Expr*, clang::SourceLocation, llvm::MutableArrayRef<clang::Expr*>, clang::SourceLocation, clang::Expr*, bool, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6ac4ccd)
#20 0x0000000006ac6cec clang::Sema::ActOnCallExpr(clang::Scope*, clang::Expr*, clang::SourceLocation, llvm::MutableArrayRef<clang::Expr*>, clang::SourceLocation, clang::Expr*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6ac6cec)
#21 0x0000000007169920 clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformCallExpr(clang::CallExpr*) SemaTemplateInstantiate.cpp:0:0
#22 0x000000000715d445 clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformExpr(clang::Expr*) SemaTemplateInstantiate.cpp:0:0
#23 0x000000000716e047 clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformType(clang::TypeLocBuilder&, clang::TypeLoc) SemaTemplateInstantiate.cpp:0:0
#24 0x00000000071749fa clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformType(clang::TypeSourceInfo*) SemaTemplateInstantiate.cpp:0:0
#25 0x0000000007174b1c clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformType(clang::QualType) SemaTemplateInstantiate.cpp:0:0
#26 0x00000000071767db clang::Sema::SubstType(clang::QualType, clang::MultiLevelTemplateArgumentList const&, clang::SourceLocation, clang::DeclarationName) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x71767db)
#27 0x0000000006fad6e6 clang::Sema::CheckTemplateIdType(clang::TemplateName, clang::SourceLocation, clang::TemplateArgumentListInfo&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6fad6e6)
#28 0x0000000006fafaa7 clang::Sema::ActOnTemplateIdType(clang::Scope*, clang::CXXScopeSpec&, clang::SourceLocation, clang::OpaquePtr<clang::TemplateName>, clang::IdentifierInfo const*, clang::SourceLocation, clang::SourceLocation, llvm::MutableArrayRef<clang::ParsedTemplateArgument>, clang::SourceLocation, bool, bool, clang::ImplicitTypenameContext) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6fafaa7)
#29 0x00000000065d9e4b clang::Parser::AnnotateTemplateIdTokenAsType(clang::CXXScopeSpec&, clang::ImplicitTypenameContext, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x65d9e4b)
#30 0x0000000006515492 clang::Parser::ParseDeclarationSpecifiers(clang::DeclSpec&, clang::Parser::ParsedTemplateInfo&, clang::AccessSpecifier, clang::Parser::DeclSpecContext, clang::Parser::LateParsedAttrList*, clang::ImplicitTypenameContext) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6515492)
#31 0x0000000006518212 clang::Parser::ParseSpecifierQualifierList(clang::DeclSpec&, clang::ImplicitTypenameContext, clang::AccessSpecifier, clang::Parser::DeclSpecContext) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6518212)
#32 0x000000000651f1f0 clang::Parser::ParseTypeName(clang::SourceRange*, clang::DeclaratorContext, clang::AccessSpecifier, clang::Decl**, clang::ParsedAttributes*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x651f1f0)
#33 0x000000000652cb59 clang::Parser::ParseAliasDeclarationAfterDeclarator(clang::Parser::ParsedTemplateInfo const&, clang::SourceLocation, clang::Parser::UsingDeclarator&, clang::SourceLocation&, clang::AccessSpecifier, clang::ParsedAttributes&, clang::Decl**) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x652cb59)
#34 0x000000000653664e clang::Parser::ParseUsingDeclaration(clang::DeclaratorContext, clang::Parser::ParsedTemplateInfo const&, clang::SourceLocation, clang::SourceLocation&, clang::ParsedAttributes&, clang::AccessSpecifier) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x653664e)
#35 0x00000000065373a5 clang::Parser::ParseUsingDirectiveOrDeclaration(clang::DeclaratorContext, clang::Parser::ParsedTemplateInfo const&, clang::SourceLocation&, clang::ParsedAttributes&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x65373a5)
#36 0x000000000651bbdf clang::Parser::ParseDeclaration(clang::DeclaratorContext, clang::SourceLocation&, clang::ParsedAttributes&, clang::ParsedAttributes&, clang::SourceLocation*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x651bbdf)
#37 0x00000000064d89e1 clang::Parser::ParseExternalDeclaration(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x64d89e1)
#38 0x00000000064d986d clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&, clang::Sema::ModuleImportState&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x64d986d)
#39 0x00000000064ccd3a clang::ParseAST(clang::Sema&, bool, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x64ccd3a)
#40 0x00000000043d11d8 clang::CodeGenAction::ExecuteAction() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x43d11d8)
#41 0x000000000465d109 clang::FrontendAction::Execute() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x465d109)
#42 0x00000000045e170e clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x45e170e)
#43 0x00000000047465de clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x47465de)
#44 0x0000000000c9299f cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xc9299f)
#45 0x0000000000c8bb2a ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, llvm::ToolContext const&) driver.cpp:0:0
#46 0x0000000004414819 void llvm::function_ref<void ()>::callback_fn<clang::driver::CC1Command::Execute(llvm::ArrayRef<std::optional<llvm::StringRef>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, bool*) const::'lambda'()>(long) Job.cpp:0:0
#47 0x0000000003a057a4 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x3a057a4)
#48 0x0000000004414e0f clang::driver::CC1Command::Execute(llvm::ArrayRef<std::optional<llvm::StringRef>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, bool*) const (.part.0) Job.cpp:0:0
#49 0x00000000043da9d5 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x43da9d5)
#50 0x00000000043db43d clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&, bool) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x43db43d)
#51 0x00000000043e3055 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x43e3055)
#52 0x0000000000c8fcd5 clang_main(int, char**, llvm::ToolContext const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xc8fcd5)
#53 0x0000000000b63ba4 main (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xb63ba4)
#54 0x000075b56c829d90 (/lib/x86_64-linux-gnu/libc.so.6+0x29d90)
#55 0x000075b56c829e40 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29e40)
#56 0x0000000000c8b5de _start (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xc8b5de)
clang++: error: clang frontend command failed with exit code 134 (use -v to see invocation)
Compiler returned: 134
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJzsXF9346iS_zTKC8c-Evrrhzy4neRuZntuetvZe-fNBwGyuY2FBlAmvZ9-DyDbQracuDfumT27OZmMLaD-_KooqhA0Uoqta0pvg_RTkN7doFZvhLy9rwnjnN-Ugny__eeGcQokJS1m9RoEMM5zmIYBXIBHoHS7LTkloG1EDfSGgkpwLv4wPZFSVGomahDAYqN1o4J4HsCHAD6sBSkF11Mh1wF8-K8APqg836Rf7v_9JYAz0y28C8J5kIXuFzeNe4JaLcBqtUXf6Eq3DacgiO-Akz6IFwBzpBRYPaO1kc9-m06nYLVAjW4lVSCI7wNY7Drsn0-n0wDOQJB_cnwAkFS3sj4m_dDWHRH72YyaBPE9eBGM7MbufyT9vWWG7f5DkH8CYRB_AkF-13U3TPO7IO5Ye5_tX023DUfa6NqJ4Ss3d2rZvq0y0K9WGHG-klS1XK-0BYlQzPX3hhr1ewAGsAgN5rBYzZUTxYFhDeHJ4Wg_W2oDDkYyVmsjF6u1FWc_dmdE93XBUb0GMJyGAEukNsfGdl-x6RfAT-Y3noMAPkghdAAfOH_ZThop_kWx-dr1e2A15i2hvSfz5XMAH-4o5lPDBWZ5Yii55ngexPMvSG7_gaTpEkCv5aGtsXFd22SfrKn-giTaus5FW9uZQ5zWxmXB_ODvWcissdZU_73d2nEqgIV1MZgFMAMBhI-c0zXioDHNZl4FEAYwBxVinJKpg-HL5_v58h6ottwyDRAo2zWQtBFSAy3AYFYxvWnLKRbbDqZjtJhSLVUBfACoNrJbzOy8tcYAJcLftESYGks2kjZSYKoUJUCJVrrHZiRSSmCGNCVAtjVQWLJGdyIvNcLfAGm3zd624TQIZ1-kWBtNkVy3W1pr1dlVNNaOYtswTuWEvjZcSCp3lpzs44iaaNnW3wL4ULL6YGjjImCyJn8gWU0SMFmDiTB0UdMY6q1uWj1VYLI1WIDJ5LXIJkhtJ-p7rdFrEN-xWlMOJlUtJi9UlkJR0w4mSzCZrDGeaCE43iBWB_HdWXlNZ1WjRm2EBpMKCy7khDC0roXSDCvHwyLtP1aaBPEddrrA0PhOh_duXkcGQe9xPI9C8ycyMCINUF0Ljaz_afGN1rvoAuMQhK_h7idGJc3CAlj_sJ6tvqtuOkhWa2u9Z-cCxaGTRH-shNKSoq314G66G38uPsiGAfwUvnbimSm1lz8ayI9hhU_Jv-AU1W3zVC_ZukbeLOXCcLmGtEYYT1roSxumsCrAwtj8K8XihcrvTrx_QzXhhmnRIen1WYha01c9NStfPA_tf3sWccciT8s0w0UCU-MzVjXOygA-vBbZKksmnNXt62Rdt64BT5WYZlZwO8QTO_FpzrJZhUGjN5IisvrGOL-MgR3vMUiHQid5BtbKYnGp8EmeebQznzYs8ioGqDRR8iLKdqBHOT-iHJUX04xKj2bh04xndJZdRtMO8WjO-l6XR4hSOusvaEu6Re4TIuSxVhrV2sZvuzhRTaV6FkssbH4wthDCeZd4nGoFWNRKH_f5LDDiB45M1B2bbNDx15Zr9pm-UP7cJTzzbqX4zJTekc-uMI07vPaAmpjjBc0M0zQss9OAfkbbkiCr1IOQC8T5U0Ml0kJ6Wn-dPz5ePsAzhuV5hNt5E51H9SJblULwK6Dfgeuh74X8LC9Jguhp9Bcbir_1HXoHx07dhfEbiZhJOHw07VJqVDbd3wb1sOLMpUTfv9IqiBe9IUN8bZXgET2IskSaqQphx_kaPt2B5qHqLU15iLI8hKdRfWA1U5uhRnemCHQin4oRu-4nMVtuEef_oNh4-bbhPnSWMCUnEbSu56fb5y01nB9qr9VBwE6Px7oS3YB3SnqA6EmyNasRN_N3LtemBuxHQDdZ-nSrTtCVtJ5jOjijz6ye1gOmlkQjRTM1yzMw7I6kPk4KjHHjgXHzKES2Kh0XwbYeRLBdTFlnqoBVVY9p7qw1NJZ6t1OcmTMmJjmjvGvK3b820nQ9mmkf5BQ7I-7-3yPwHy3iz7ac9h5bibpsFCnFKnYIL2-6wlvq7nlaf9n9ndsCMOd2VYkCmPecqtglvhc4UuLF3iwJkzg6HSVkW_-T6c2yrSqGGe2Kh2Xjioezofa9PnmFwOg08gJj6s-dEsJoJDD-v-__hXz_w_NAZ3nPNTJvNlCcxTNy2jXmhPxK9Ubsl7EFqgkjSI-k1Oe9wzydY0yV-oKYHCYSv_1mCkVJfsizPsqSF_rl0wuVXCCyh2VJ9du-djTKFixPkhgDj66Zu1GnI1w-tCmBIxFub9MRW5610l8M3ItA_dCI6xD2plXhm4DkkI5E3E8t48QkWc_iqfwXxfqpsrg5ZL1VxtUqQx_fYeY_Pbck_dpqVHJ6oQmGFK-Ao4XJw9Gr-zOEE4xHwtMeR6fAXxi4MSH8KPHx8Dr0-vDCcABvhikeiRRYP9X_i-G9BpwGLQ_OyN-lymYzGHoLl6T0WaJaVUJug3gRwALVov6-Fa0CNdpS5XLLmb_OHcp_IfeFzJ7OaaMcns6H-XFvN-Hk-gH9OjpKSZKkV1fjWIUfFT8eWIGGSX518Y_DtXnyWWAbl4yDDdPUrv1i9RJfvTyZVehPUs9NvX3qdaEi6VCRMsJ_giKHNOZC-bOB_FlOytPBc9mWSp_j_GMbxe8PgyaPQ9K2_B1t6VX2mK3-Xjj089AKkYyO7DHbXc498OSEt3VtTvr3Kz5eKlxlU9Lp6IFQDECoEMrPLLHnQBhZaBe__WZblo1Zji7yi6cG_d7SL1qe3uq1aB8tuI-E1ppVjEqD5Nh7kbN8fzgL-IKkGtlIfYPBmRrscdtwhpmdoSaudC8nr-Mgxv6eg_gpbkpmNCnBUOWuopq7l-C05yXiG63nJ6qF814xqvL10k-nWV91_819lkZpMoNjqtvPvThm9LJOqI5L1tM6H1Ejh1C_3xbq9XeF757PGWo7nj0UR3p-dsWoomSutXSvqIYz5ye6o4Pcs0k0sEkx2Cs8QnEPkFnO7Aen1vuMcsYRP8YU1wCtGOyi-YcisjSqoio8C5pR161lx_vIX1G9PhHmd74v5I9gtN9JG5I9eCMrW03Vlaolh4kHWuyDBnGZzs6CNucMqV4ImFeaygMsPpbnZ_sPZVF9kv-pWL3u836L0g9EF88qw_F9g17BXNYanrn89yZpnGUJPWsuD6Kjt6pvufMV7PeWSd4G_choV0DeAushnw6Qz2OUvgN5JinW7IU-yT_ZCO_C-RpIGqA8JLNBnC5LUr034bgMuf-5r73dY8jjSoHbgOSh6Nd1CSlmNDqL4v2rprJGfBTNj0DD9OgCjks1rgKH09aDoxjAMSsycn7xF40t77uz1m_XY6bj36RoG1sP3Z_whH0R-asgLaeP20ZIvdT2hc5VJpdT08PBL2QSjEmMjnCwp9ZHDn1dewPcidSXOfEqkCQmUUQK_0gToX-j9dwdC-q2JSluNZ3vTgpdQdJOEE9SLy9PspREoZctPUgTh2pyQtQrCelk8IT08uAkpVEeUh9Ox9btrWF6GtFxra7iy52cniJebprkRlfqv1ewIh_0edlH4eKcvlcJSp18ngJethbiGZzNKoBxtNoiQ2PkPMIGycN-Trep4j2DC3cT6Cp6OCk9NVJfjaIsIQI78BfRs40UxdnDbUc6Dc7DGRrdGu4dwiWSvVB5cus38fKIJImSIpp95GE0x7vzoUW0ENstqslwUp-0ob1rYZ6JxnBHBoMePlqyet0tI87A-wGrFX59tfctgnheIsXwStnuHYpeZ_NgpSViWu2aB-QQ52ZOCNlrN1167zqtEznM7ZD9Ma-RU16_iPK0PfLhpYQcJT1TnLp64Fq-tvUSVZR_9-D82We2Ook9zy-GLkZDL1X9P-ci9ixMg6R2x2BGfWE2WNLRjKSjwFnboaMVc4emF8wHA02HsQroTNf54LT5XrcPTiCM2n2HSoepTpnE5FJcfhGlGgflF1EevaE6F5r3ftAgZlzg-PDzWRw7Z_kpaBqwPDT9dCymcZiOetld77OXOJzIGMas8BPRvEI6a-Hx8IODhb3Cu1m6y1B28tuwMj86NTq2bH90TmIl80T3csOwzOISJcAI_dG8HWmP9-AaG5yR2YVX4-wQj2Y6pEmTEKxWZthKaST1qqfcu7nQxOeSDTM5k1E7-h9vs7KfDveb4zmgUpoFp7sPDaquwgC4mxHufjL4g-kNoK_MeBehIIoTI2arKJi8AC2AohSwXtrfMdtl_N0Fe2rmpBk8uAR-Q25jMotn6IbeRjmM4zBPs-hmc4uLvIxJHOKkrGYzFIVFnqMqSyHJYZRX5IbdwhAmYRGFURbDJJriPMZpGCc4LJKEZGWQhHSLGJ-auTIVcn1jb0XfRiHMs_CGo5JyZf9FBAj3V3Lt3eyFedKFix0shwZRV0xuae-Jvd8OYZDe3chbexO7bNcqSELOlFYH_pppTm-DLHzj2nkW2ivTWfixV80N3K3ktz9-m7yD7uUW_ncAAAD__9Cug_0">