<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/113853>113853</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            [clang] Assertion `hasInClassInitializer() && !getInClassInitializer()' failed.
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            clang:frontend,
            crash-on-invalid,
            clang:frontend:fuzzer
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          yijan4845
      </td>
    </tr>
</table>

<pre>
    **This testcase is generated by a fuzzer.**

Compiler Explorer: [https://godbolt.org/z/h5GGM83vK](https://godbolt.org/z/h5GGM83vK)

This invalid code will crash on Clang Trunk.
```cpp
template <class T, class U>
concept C1 = is_same<T, U>;

template <class T1> T1 t1() {
 return []<class T2>(T2) {
    struct S {
      static T2 f() {
 return []<class T3>(T3) {} (T2());
      };
      void (*ptr)() = f;
    };
  }(T1());
};
template int t1<int>();
```

It seems that this goes back to clang-9.

Stack dump:
```
clang++: /root/llvm-project/clang/lib/AST/Decl.cpp:4592: void clang::FieldDecl::setLazyInClassInitializer(clang::LazyDeclStmtPtr): Assertion `hasInClassInitializer() && !getInClassInitializer()' 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 <source>
1.      <source>:14:23: current parser token ';'
2.      <source>:4:24: instantiating function definition 't1<int>'
3.      <source>:5:10: instantiating function definition 't1()::(anonymous class)::operator()<int>'
4.      <source>:10:14: instantiating default member init 't1()::(anonymous class)::operator()(int)::S::S::ptr'
 #0 0x0000000003bd52c8 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x3bd52c8)
 #1 0x0000000003bd2fcc llvm::sys::CleanupOnSignal(unsigned long) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x3bd2fcc)
 #2 0x0000000003b209a8 CrashRecoverySignalHandler(int) CrashRecoveryContext.cpp:0:0
 #3 0x00007b4353c42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
 #4 0x00007b4353c969fc pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x969fc)
 #5 0x00007b4353c42476 gsignal (/lib/x86_64-linux-gnu/libc.so.6+0x42476)
 #6 0x00007b4353c287f3 abort (/lib/x86_64-linux-gnu/libc.so.6+0x287f3)
 #7 0x00007b4353c2871b (/lib/x86_64-linux-gnu/libc.so.6+0x2871b)
 #8 0x00007b4353c39e96 (/lib/x86_64-linux-gnu/libc.so.6+0x39e96)
 #9 0x0000000007a8589f (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x7a8589f)
#10 0x0000000006aed2d8 clang::Sema::ActOnFinishCXXInClassMemberInitializer(clang::Decl*, clang::SourceLocation, clang::Expr*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6aed2d8)
#11 0x00000000074221bf clang::Sema::InstantiateInClassInitializer(clang::SourceLocation, clang::FieldDecl*, clang::FieldDecl*, clang::MultiLevelTemplateArgumentList const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x74221bf)
#12 0x0000000007445386 clang::Sema::InstantiateClassMembers(clang::SourceLocation, clang::CXXRecordDecl*, clang::MultiLevelTemplateArgumentList const&, clang::TemplateSpecializationKind) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x7445386)
#13 0x000000000744505a clang::Sema::InstantiateClassMembers(clang::SourceLocation, clang::CXXRecordDecl*, clang::MultiLevelTemplateArgumentList const&, clang::TemplateSpecializationKind) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x744505a)
#14 0x00000000074cbd01 clang::TemplateDeclInstantiator::VisitCXXRecordDecl(clang::CXXRecordDecl*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x74cbd01)
#15 0x00000000074d84a4 void llvm::function_ref<void ()>::callback_fn<clang::Sema::SubstDecl(clang::Decl*, clang::DeclContext*, clang::MultiLevelTemplateArgumentList const&)::'lambda'()>(long) SemaTemplateInstantiateDecl.cpp:0:0
#16 0x0000000008176681 clang::StackExhaustionHandler::runWithSufficientStackSpace(clang::SourceLocation, llvm::function_ref<void ()>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x8176681)
#17 0x000000000747e37a clang::Sema::SubstDecl(clang::Decl*, clang::DeclContext*, clang::MultiLevelTemplateArgumentList const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x747e37a)
#18 0x00000000073d7a01 clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformDeclStmt(clang::DeclStmt*) SemaTemplateInstantiate.cpp:0:0
#19 0x0000000007459b44 clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformCompoundStmt(clang::CompoundStmt*, bool) SemaTemplateInstantiate.cpp:0:0
#20 0x0000000007461ee4 clang::Sema::SubstStmt(clang::Stmt*, clang::MultiLevelTemplateArgumentList const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x7461ee4)
#21 0x00000000074ccc65 clang::Sema::InstantiateFunctionDefinition(clang::SourceLocation, clang::FunctionDecl*, bool, bool, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x74ccc65)
#22 0x0000000008176681 clang::StackExhaustionHandler::runWithSufficientStackSpace(clang::SourceLocation, llvm::function_ref<void ()>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x8176681)
#23 0x00000000072ccf22 clang::Sema::DeduceReturnType(clang::FunctionDecl*, clang::SourceLocation, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x72ccf22)
#24 0x0000000006c43cd5 clang::Sema::DiagnoseUseOfDecl(clang::NamedDecl*, llvm::ArrayRef<clang::SourceLocation>, clang::ObjCInterfaceDecl const*, bool, bool, clang::ObjCInterfaceDecl*, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6c43cd5)
#25 0x0000000007112bc7 CreateFunctionRefExpr(clang::Sema&, clang::FunctionDecl*, clang::NamedDecl*, clang::Expr const*, bool, clang::SourceLocation, clang::DeclarationNameLoc const&) SemaOverload.cpp:0:0
#26 0x00000000071514da clang::Sema::BuildCallToObjectOfClassType(clang::Scope*, clang::Expr*, clang::SourceLocation, llvm::MutableArrayRef<clang::Expr*>, clang::SourceLocation) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x71514da)
#27 0x0000000006cbb90d 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+++0x6cbb90d)
#28 0x0000000006cbd92c 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+++0x6cbd92c)
#29 0x000000000742c8d0 clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformCallExpr(clang::CallExpr*) SemaTemplateInstantiate.cpp:0:0
#30 0x000000000741ec47 clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformExpr(clang::Expr*) SemaTemplateInstantiate.cpp:0:0
#31 0x00000000074216e8 clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformInitializer(clang::Expr*, bool) (.part.0) SemaTemplateInstantiate.cpp:0:0
#32 0x0000000007421a9c clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformReturnStmt(clang::ReturnStmt*) SemaTemplateInstantiate.cpp:0:0
#33 0x0000000007459b44 clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformCompoundStmt(clang::CompoundStmt*, bool) SemaTemplateInstantiate.cpp:0:0
#34 0x0000000007461ee4 clang::Sema::SubstStmt(clang::Stmt*, clang::MultiLevelTemplateArgumentList const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x7461ee4)
#35 0x00000000074ccc65 clang::Sema::InstantiateFunctionDefinition(clang::SourceLocation, clang::FunctionDecl*, bool, bool, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x74ccc65)
#36 0x0000000007230a29 clang::Sema::ActOnExplicitInstantiation(clang::Scope*, clang::SourceLocation, clang::SourceLocation, clang::Declarator&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x7230a29)
#37 0x00000000066d70dd clang::Parser::ParseDeclarationAfterDeclaratorAndAttributes(clang::Declarator&, clang::Parser::ParsedTemplateInfo const&, clang::Parser::ForRangeInit*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x66d70dd)
#38 0x00000000066e6519 clang::Parser::ParseDeclGroup(clang::ParsingDeclSpec&, clang::DeclaratorContext, clang::ParsedAttributes&, clang::Parser::ParsedTemplateInfo&, clang::SourceLocation*, clang::Parser::ForRangeInit*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x66e6519)
#39 0x00000000067b0636 clang::Parser::ParseDeclarationAfterTemplate(clang::DeclaratorContext, clang::Parser::ParsedTemplateInfo&, clang::ParsingDeclRAIIObject&, clang::SourceLocation&, clang::ParsedAttributes&, clang::AccessSpecifier) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x67b0636)
#40 0x00000000067b1126 clang::Parser::ParseExplicitInstantiation(clang::DeclaratorContext, clang::SourceLocation, clang::SourceLocation, clang::SourceLocation&, clang::ParsedAttributes&, clang::AccessSpecifier) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x67b1126)
#41 0x00000000067be2e8 clang::Parser::ParseDeclarationStartingWithTemplate(clang::DeclaratorContext, clang::SourceLocation&, clang::ParsedAttributes&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x67be2e8)
#42 0x00000000066ef4a3 clang::Parser::ParseDeclaration(clang::DeclaratorContext, clang::SourceLocation&, clang::ParsedAttributes&, clang::ParsedAttributes&, clang::SourceLocation*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x66ef4a3)
#43 0x00000000066ae4d7 clang::Parser::ParseExternalDeclaration(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x66ae4d7)
#44 0x00000000066af37d clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&, clang::Sema::ModuleImportState&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x66af37d)
#45 0x00000000066a189a clang::ParseAST(clang::Sema&, bool, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x66a189a)
#46 0x000000000454acb8 clang::CodeGenAction::ExecuteAction() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x454acb8)
#47 0x00000000048045d9 clang::FrontendAction::Execute() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x48045d9)
#48 0x00000000047837be clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x47837be)
#49 0x00000000048e9cee clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x48e9cee)
#50 0x0000000000ce2b8f cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xce2b8f)
#51 0x0000000000cda84a ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, llvm::ToolContext const&) driver.cpp:0:0
#52 0x000000000458e0c9 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
#53 0x0000000003b20e54 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x3b20e54)
#54 0x000000000458e6bf 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
#55 0x000000000455487d clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x455487d)
#56 0x000000000455596d 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+++0x455596d)
#57 0x000000000455cd25 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x455cd25)
#58 0x0000000000cdfa29 clang_main(int, char**, llvm::ToolContext const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xcdfa29)
#59 0x0000000000baddb4 main (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xbaddb4)
#60 0x00007b4353c29d90 (/lib/x86_64-linux-gnu/libc.so.6+0x29d90)
#61 0x00007b4353c29e40 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29e40)
#62 0x0000000000cda2fe _start (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xcda2fe)
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/eJzsXN1y2ziWfhr6BiUXCfD3wheKZPW6J9mkIs9M37lAEJTQTQFcAHTsPP0WQEoiKEq20lJ2ZntSji0RwME53_nBB4gUVoqtOKV3XvTBi-Y3uNFrIe9e2e-Yh2kY3eSieL3z4NSD08c1U0BTpQlWFDAFVpRTiTUtQP4KMCib79-pvG07e_7c87vfM7GpWUUluH-pKyGp9NAUeNGHtda18tDUgwsPLlaiyEWlb4VceXDx3YOLdfTLL59S9Pw3L5p7MH1_d5j1p7d6M_6MK1YAIgoKvrGqAkRitQaCg1mF-Qo8yob_cduNi_32h9R1e0XTTV1hTYGHZqTCSoFHD85A-_LvHrpvuxHBCa01mAXAQ3PA1JPCG-qhme1t-6EPfd1G5AYeugePAdCBB1MPZsBLuiFAUt1IDlpf7UdAIxemj9DtDQBQWjZEg6V71VzHmhHwCEH53klQNwna9k7moJvUCDA_yJnDS-aDK8-CFcB2n9Za2kHt3GgOSqevO9a8g-ljcDhTv98OSsa1AQ_NGNet0s6QrW_7bnjQQFG6UUCvsQbaBMxKUAVyTP4AWhg_89Uku-2PWWrTWDSb2sTkmGw7yoMfzI-JeLiQQmgPLqrqeTOppfidEvO267eoWO7BxXT56MHFnJLq1oQfmoZRBs14C1_bF009NF0wWhWmX_tWUf0Rf3994DPjsAfONMMV-06lB9PeKNPHDFrqjf7SegFNwVQpKjUTHHixv8ZqVIr1FYw9GAMPBiuqj_XyYAJKzCpadIh9-Xg_Xd4D1eQbpgEGebMCktZCaoPuILGZXjf5LRGbDqlDwJhSDVUeXADMC8A4qZqCAr2mXVIbt2mJCTVZV0taS0GoUrQASjSyvWxGYqUEYbaCyYYDRSSr9e1R9_q3np99kWIl8QZguWo2lGvVuVbU1pVdqZvQbanr3DvBW4TVRJtS48FFzvje-yZKwGRVfMOynIRgsgITYeTiujbSG103-laBycZgASaTlzSeYLWZqFeu8YuH5oxrWoFJycXkmcpcKGrawWQJJpMVIRMtREXWmHEPzU_qazorjmu1FhpMSiIqIScFwysulGZEtXNYpJ3LHpp18G7LYWAAcy6jaRB6aAqRQY00UlKuQY2lohJo8QflwIOJyVWYtCLgiAgrwfwCjCuNuWZYM74CZcOJjeGClszEpLDinFrQiUUjYiOjnX-O2K6yTG3sppgL_roRjWqXhV2TqM0qKba5caBLOIaSv4VqoExBS9xUGmzoJqcSGH3-jDIwNcpsG5fOH1ujOx2BB5EP_Bd_-w_lRQRJCmyCtvXnVbUvvkjGtU2fxzYH030nib89CaUlxRtbSWagnb9dFi6SRB784L906u2YgNE_GOgPS0LG9J9VFPOm_syXbMVx5cG04ZYlFaASZpZraGuUcbSFrrbQz3AKZibpvlIinql8bdX7L8yLyhbeDkmnz0xwTV90t5L49v9uCtRNkeQhihAJYQT9zrR2KXpJ46c4nFSMNy-TFW_aBnKrxG1sFbdDHLVDV2YWZyUBtV5LiounPwzvOmsCO96ZIBoqHSYxWCmLxbnKh0nsyI5d2TBNSgRwbpapsyTbgY7k5EBykJ8tM8gdmakrE2U0i8-TaYc4MrN-1CU4jdKsvHS0d2L3LB2iwKktMaYFLNI-11nSDW5fTYn-zBeMM7We_fZbx0A-2Wp4lPNYkmS2JTNHpq23HwXBRutB4_1LLe2Qiyd7Z51jvlOakhDCIC_HzX_YrQb0LaZ30r49eTzA5UTTp6bS7CN9ptVjx7anHQ36yJQGRHClbV2_OGodKA5q0EUtjFAav4laL17UGXjNfvvN1FT5Z4FxRm37LmtKrAvtzH9jvLgKghYgB0E0RNCP8H8QPIWgH2EHwdBFkOSFH4wpaIzeYyhk2_oPppgeAJOexOwKRlmdHaMi16giDXHYbj_3dGnLip8kLT002-_ts5bBemhKcFWZrdhTydtzhMOwWja50od2j4eIudoRmj9TmrYcOanwJi-w4bg7vWG6pXhGx62kXvD39uU9NmVAi_ugpUESx6kTCZYR37-scaMMblve1tLihv-T6fWyKUtGGO3o87Ju6fPJDHuvRy4fOZ2NTuQkbuQkFCVHCsr_hecvnzvWQAeB1EEAFQkeFARJ6aPEXJVCbjw0c_ZqHG-oar2eufXDrR33W1mdnO2BziGW7dXpiYgej2aXCIZRlofh1c2YiU0tGl4cmuK22AjIhajONQv6rllxQGl4Ij4PFekp8C8SgtaGfgjCAZskhMTRm6v6oqse890hxzlscjd4l72te4Z_r7F8GfMc--F_KjGCLrWDhJQQjgfBnBYNoV_tsf_jaz2wc8S1J1G4lp9bCxwTHe4VkxCR4kicz9tjSvp3RT-Xh4vOf-MN7dPSvSenUuLXr9aLx602PnVQ-Zz_PnvgmsoSE8sYthVgNDNODRzUuktvRVvMHFBd7hcEMCcJmEnaKxFfadluj9Mh2Af8_HT0DHEf7L9HUXtvSTJisbQtZpqPgjhl2Kj7-ZnKSuBifKmIXSCiICyOUJkPDauKGa6qR_E5_50S_bm0e6TDZFoSYS6NGfue3NrH5adG47yi4-G5FXcQl0OJl8_SFiYnoBI3S_M884s3cByJrn8t4I4pceXFrkPPgTcdwFtkkJw4Ofs3hvcacBq0HDgHvBeStPCvz3tHnbK_ejZ9RwOeG1ASJlc349CEH1V_eB4axDS9uvpHD1IPEtxG4m2Npb71z7YNDm3DGbm6bS27O9zO9K-f7yb0_3KTiMK_wCYRRX_tTSJy6R1EPobZiXXz_qWuGGF6D8ah8eOL6ElM3kVhhbxSWLRWO7C4bC0uEr9w2NoXe69G73WPZ09LTeVe6SkvplpLljeaqsOTqZ5ls5MzFPvELcWxDwL6oxZCfsV8RU1BvxJzaIFxkHOJWEzjKMjeRO4XKZraxca0Mb6yh3c1JYem7sHbHYkeQuFAfx7Eh_2HUToM8Z8NvsXWAd-hbXGS-zGKzwrbLQDH4vQE1GcA2fPt1-nDQ7tbfBvvUf-d9PCUEKqU_VSsZAbky3uhBbnvhdAfeCEI4GkvvKOqvuWCHy-v_yYoGxAdlIMByhS65PhUrC81lprx1T-ZXv9YyP8QatfAxZjt4AIHBbgMMXovLj8BgzN7jNTca1RSA5KDInJRxDQskjdyWFPJcXUUzUugcbAoXgcOa60DRziAo0TJaT70KGrL8Q9PmT_X-H8a-kVL91RkRwPsecn9SCTsmOgnUTQVfdjUQuqltql7leRqzXRwiAY4BGmGD3Cwt64fORS-9tFYq5Kjs0PxwyjEJHcK5UwU9BfKp6Q9xW-3-pQ0mnaXtre8X1TTThFHU4d1h6kfRoXDHRfS1CFejKh6JSVbHRwlHYIbJilKcgoG228zbbuYEzqO6HGrrhLLnZ6OIZmLNs0Ipe6Jo1V5b8_zrgoPjxsce69SlDr9-gZEDs_yCYV5WgJCgqcNNjLS8c-v1rj3iUp3ButcgzN7k8917Gi1dMwIXDMKnIYYbMGfBY-2UvSMWW5wVf2DEi3kw6auRm2K3fNoI6Nbw50DlkKyZypHj38i6JaNlPoku-TdT-3cXQzNgpnYbDAvhkk96kOlu36iNrNjg0EPHy0ZX3XLSOvg3YCnJ_LyEgTtmxwrRp6U7d6h6HQ2F560xEyrbfNAHK4qkxNC9tpNl96pjg2iFnM75K0brn4V-bg_0PBOeBqFPVeM3e_eHW42fIlLWr06cP7sD-c7jZ3ID4chFrv3-_7lQmRwoH40FiIXuChMXTrmAGd9hw9WzC2aTjEfDDQdjh01neg6dchOz7bLEghrthNQA6oTRVl8Ni6_ilwdB-VXkR_ciHuqNO_ioMZMdg89nYFjFyw_BU0DloNmMkCTFDA6pvm899ohDiOM4ZgXfiKaV6CzFh4Hv3SwsJe7s_UtQ9nqb8vK9OC2m2PL9qU5idXMUd3hhn6OiyIPgVH60nO3ovtzx_7gIaGsyM58HssOcWQGQ5k09MHTkxn2pDSW-qln3LtnoaE7CxwyOVhS0Mq_vM-M8N3s_WY0BVRKe299G22g7HYYgHQZ0T6VDL4xvQb0hen2-wACFBo1G0XB5BloARSlgPVofzb4IoP2GXlqctIMHjz9fVPcoSJDGb6hd0GCfD8NgyS9Wd_FcRGlFCUZKhKYpnFGYBngPEpTimAZlzfsDvowDHyY-jCKg_S2QCWKoiTGGBZRiTMv9OkGs-rW5MqtkKsb-yz0XRCgNEI3Fc5ppeyXOUC4LQ5bEDwIPTgzDfbRXcEn3Zci7BuGIwxb-m4_D4deNL-Rd_ZB7LxZKS_0K6a02iuima7s90i0UqL59R4qv2lkdffjT413YD3fwf8NAAD__ziymFw">