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

    <tr>
        <th>Summary</th>
        <td>
            Crash in llvm::cast<ConstantArrayType> when using compound literal with designated initializer in macro. It has arised again in version 21 (in 20 it doesnt in 17 yes))
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

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

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

<pre>
    It is curious because in clang 17 it fails, it seems that it was solved for versions 18-20 and reappeared in version 21(trunk).

## Assertion

```
clang: /root/llvm-project/llvm/include/llvm/Support/Casting.h:578: decltype(auto) llvm::cast(From*) [with To = clang::ConstantArrayType; From = const clang::ArrayType]: Assertion `isa<To>(Val) && "cast<Ty>() argument of incompatible type!"' failed.
```

## Stack dump

```
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 -O0 -std=c2x <source>
1.      <source>:8:14: current parser token ')'
2.      <source>:6:12: parsing function body 'main'
3.      <source>:6:12: in compound statement ('{}')
 #0 0x0000000003f6df68 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3f6df68)
 #1 0x0000000003f6bbf4 llvm::sys::CleanupOnSignal(unsigned long) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3f6bbf4)
 #2 0x0000000003eb0708 CrashRecoverySignalHandler(int) CrashRecoveryContext.cpp:0:0
 #3 0x0000753cc5842520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
 #4 0x0000753cc58969fc pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x969fc)
 #5 0x0000753cc5842476 gsignal (/lib/x86_64-linux-gnu/libc.so.6+0x42476)
 #6 0x0000753cc58287f3 abort (/lib/x86_64-linux-gnu/libc.so.6+0x287f3)
 #7 0x0000753cc582871b (/lib/x86_64-linux-gnu/libc.so.6+0x2871b)
 #8 0x0000753cc5839e96 (/lib/x86_64-linux-gnu/libc.so.6+0x39e96)
 #9 0x0000000006c8bf6f decltype(auto) llvm::cast<clang::ConstantArrayType, clang::ArrayType const>(clang::ArrayType const*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6c8bf6f)
#10 0x0000000006cb3abb (anonymous namespace)::InitListChecker::CheckDesignatedInitializer(clang::InitializedEntity const&, clang::InitListExpr*, clang::DesignatedInitExpr*, unsigned int, clang::QualType&, clang::DeclContext::specific_decl_iterator<clang::FieldDecl>*, llvm::APSInt*, unsigned int&, clang::InitListExpr*, unsigned int&, bool, bool) SemaInit.cpp:0:0
#11 0x0000000006cb1eaa (anonymous namespace)::InitListChecker::CheckArrayType(clang::InitializedEntity const&, clang::InitListExpr*, clang::QualType&, llvm::APSInt, bool, unsigned int&, clang::InitListExpr*, unsigned int&) SemaInit.cpp:0:0
#12 0x0000000006caf909 (anonymous namespace)::InitListChecker::CheckListElementTypes(clang::InitializedEntity const&, clang::InitListExpr*, clang::QualType&, bool, unsigned int&, clang::InitListExpr*, unsigned int&, bool) (.constprop.0) SemaInit.cpp:0:0
#13 0x0000000006c9e95a (anonymous namespace)::InitListChecker::CheckExplicitInitList(clang::InitializedEntity const&, clang::InitListExpr*, clang::QualType&, clang::InitListExpr*, bool) (.constprop.0) SemaInit.cpp:0:0
#14 0x0000000006c9f367 (anonymous namespace)::InitListChecker::InitListChecker(clang::Sema&, clang::InitializedEntity const&, clang::InitListExpr*, clang::QualType&, bool, bool, bool, llvm::SmallVectorImpl<clang::QualType>*) SemaInit.cpp:0:0
#15 0x0000000006ca8dfb clang::InitializationSequence::Perform(clang::Sema&, clang::InitializedEntity const&, clang::InitializationKind const&, llvm::MutableArrayRef<clang::Expr*>, clang::QualType*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6ca8dfb)
#16 0x0000000006b115a2 clang::Sema::BuildCompoundLiteralExpr(clang::SourceLocation, clang::TypeSourceInfo*, clang::SourceLocation, clang::Expr*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6b115a2)
#17 0x0000000006b11ee8 clang::Sema::ActOnCompoundLiteral(clang::SourceLocation, clang::OpaquePtr<clang::QualType>, clang::SourceLocation, clang::Expr*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6b11ee8)
#18 0x0000000006691ca2 clang::Parser::ParseCompoundLiteralExpression(clang::OpaquePtr<clang::QualType>, clang::SourceLocation, clang::SourceLocation) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6691ca2)
#19 0x0000000006699e0d clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, bool, clang::OpaquePtr<clang::QualType>&, clang::SourceLocation&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6699e0d)
#20 0x000000000668fa6c clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypeCastState, bool, bool*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x668fa6c)
#21 0x0000000006690d47 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypeCastState, bool, bool*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6690d47)
#22 0x0000000006690dd9 clang::Parser::ParseAssignmentExpression(clang::TypeCastState) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6690dd9)
#23 0x000000000669113e clang::Parser::ParseExpressionList(llvm::SmallVectorImpl<clang::Expr*>&, llvm::function_ref<void ()>, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x669113e)
#24 0x0000000006695f4d clang::Parser::ParsePostfixExpressionSuffix(clang::ActionResult<clang::Expr*, true>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6695f4d)
#25 0x000000000668ebaa clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypeCastState, bool, bool*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x668ebaa)
#26 0x0000000006690d47 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypeCastState, bool, bool*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6690d47)
#27 0x0000000006690dd9 clang::Parser::ParseAssignmentExpression(clang::TypeCastState) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6690dd9)
#28 0x0000000006695499 clang::Parser::ParseExpression(clang::TypeCastState) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6695499)
#29 0x00000000067294f9 clang::Parser::ParseExprStatement(clang::Parser::ParsedStmtContext) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x67294f9)
#30 0x0000000006720ea8 clang::Parser::ParseStatementOrDeclarationAfterAttributes(llvm::SmallVector<clang::Stmt*, 24u>&, clang::Parser::ParsedStmtContext, clang::SourceLocation*, clang::ParsedAttributes&, clang::ParsedAttributes&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6720ea8)
#31 0x0000000006721ccd clang::Parser::ParseStatementOrDeclaration(llvm::SmallVector<clang::Stmt*, 24u>&, clang::Parser::ParsedStmtContext, clang::SourceLocation*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6721ccd)
#32 0x0000000006729bf3 clang::Parser::ParseCompoundStatementBody(bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6729bf3)
#33 0x000000000672a3ba clang::Parser::ParseFunctionStatementBody(clang::Decl*, clang::Parser::ParseScope&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x672a3ba)
#34 0x0000000006622853 clang::Parser::ParseFunctionDefinition(clang::ParsingDeclarator&, clang::Parser::ParsedTemplateInfo const&, clang::Parser::LateParsedAttrList*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6622853)
#35 0x00000000066584bd 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+0x66584bd)
#36 0x000000000661635e clang::Parser::ParseDeclOrFunctionDefInternal(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec&, clang::AccessSpecifier) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x661635e)
#37 0x0000000006616b09 clang::Parser::ParseDeclarationOrFunctionDefinition(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec*, clang::AccessSpecifier) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6616b09)
#38 0x000000000661e42a clang::Parser::ParseExternalDeclaration(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x661e42a)
#39 0x000000000661f3fd clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&, clang::Sema::ModuleImportState&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x661f3fd)
#40 0x000000000661f8b0 clang::Parser::ParseFirstTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&, clang::Sema::ModuleImportState&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x661f8b0)
#41 0x00000000066117b3 clang::ParseAST(clang::Sema&, bool, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x66117b3)
#42 0x0000000004922d68 clang::CodeGenAction::ExecuteAction() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4922d68)
#43 0x0000000004c1ce55 clang::FrontendAction::Execute() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4c1ce55)
#44 0x0000000004b9a5de clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4b9a5de)
#45 0x0000000004d0f6e1 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4d0f6e1)
#46 0x0000000000d8cf2f cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0xd8cf2f)
#47 0x0000000000d83b5a ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, llvm::ToolContext const&) driver.cpp:0:0
#48 0x0000000004989c89 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
#49 0x0000000003eb0ba4 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3eb0ba4)
#50 0x000000000498a29f 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
#51 0x000000000494be5d clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x494be5d)
#52 0x000000000494ceee 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+0x494ceee)
#53 0x0000000004954fb5 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4954fb5)
#54 0x0000000000d8943f clang_main(int, char**, llvm::ToolContext const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0xd8943f)
#55 0x0000000000c3fc84 main (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0xc3fc84)
#56 0x0000753cc5829d90 (/lib/x86_64-linux-gnu/libc.so.6+0x29d90)
#57 0x0000753cc5829e40 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29e40)
#58 0x0000000000d83605 _start (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0xd83605)
```

## Program

```
#define TIME (const char[]){ \
    [0] = __FILE__, \
 [1] = \
        "\nCompiled ", \
  }
int main() {

 printf(TIME);
}
```

To quickly reproduce:

https://godbolt.org/z/e468G4WG5
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJzkW01z2ziT_jX0BSUXCX4ffJBlK-vZTCUbud49qkAQlLChAA4AOvL767cAUoIISYydYTI7OynHlgh04-kHjUYTH0hKumGE3HnxvRc_3KBWbbm42yFBiSIBhOFNwcvXuycFqAS4FZS3EhQEo1YSQBnANWIbEKSAKlAhWksPLvRnSchOArVFSn_7hiSQvH4hJai4AC9ESMqZBEE2gz5ArASCoKYhSJBSa-0rABh4MFOiZV89mN96_lz_wNCDIZhLSYSinPVPE7__8ecGkxfOgQeXgnPlwWVdv-xmjeD_Q_DhqweXlOG6LYl9sGqbhgtdY4Gkomxzu_XCeZxmWltJcK1eG-LBDLWKezAHRiyce-EcI6k8mC0F33lwrsu8-P4bVVvwzIEXPoADKC-cLziTCjE1FwK9PmuN4T3Qkl1FXXpa3VaLHzSOo-XAS3wqkRcunrkXPnow-xeqTdMw8WACPAgNrHDx_NqV60IkNu2OMAV4BSjDfNcgRYuagM62wIPQg6npTFLeOtRa_lcK4a-gbHfNeQeclIW6zL_1_Pyz4BuBdsf2Zd9DvNF8axy0JmJG9k3NBRH6meZghg7mylnvCcuCskMxmG3Kb0hUswjMNmDGtUbUNFpvq5pW3Uow2-luArPZPktmSO5m8pUptPfCB8oUqcGsYnz2QkTBJdHlYLYCs9kG45nivMZbRJkXPowi1ZUlQ43ccgVmFeY1F7OSog3jUlEsuzawQHI7fPzJBzOpSi98wHAPvHAheSsw0b3lzwNN2-BZONeeGESaOtwKobuxQUISART_ShjwYOrBXP_25_CCeKLFoRbXYpRtQNUybJxJj3Mtv9P2GgXhqAI9-Pmu4S0rgVRIEeNUxslSL7330ocejK-7OfSBv_cP_8IqKaskOxk_8lV2Hz4LypRxoGeBsB5stpJA39ZcKkHQzrj4AlCmOofP_rQnefDe3_fALOzAgV0UVXQJ9qImiLXNJ7aiG6ZHYdYyE1pLUHOtfFqQGoYFCQcgSeGnfgYW2tu-EMxfiHjtUP0HYmWt28p63gZ1Fpwpsle3uNHD1jf_O_1hrz-NQ4zjLIIx9Htzalp4cLnPknUSzWrK2v1sw9quAN9KfpsYyEbEAo6GCvMkrzBo1FYQVK6_0rp-n3Yjb7XHLtwoTcBGGgreCztKE6s4GSqGWVqFABVcqPepNYJWbXqmNijerTAorMJsqDDMSZ68T6ERsQrzUwdLcFZUSfWG-TBcjM56cHFxmutmwG7CGinvZ9mpBlVvVWezHvj-0OYiRIXpFcQ4e93pNIihHZGNCVJ5h_GJUfWRSrXYEvyViN5w_eWBGP9TpNR1KKrpv81APDHQFpSPTFH1ejA0cZg6tPK4b4ShYVA6bOmkzjEgmcE_kPmvFtVdl7htPRBc94Ghj3gNwbSieK27f00VEUhxMezqJSV1qSVNJ5rGrWfMP6-emLqI6Q2GXhAoOK_t3xysyA5pSSeQ6T4NnD4NCEI_3qcnnvwT-tHpk3MCreV_nsVR1uCQNVTlfv7jrBkotckWtHnyV5A3HVHWzTyY3RpsjeDNrf8dDsMhhznJ4z_heY_7pqaYqkONX8HhuNyPsRI5rFRhkv4QK-7DAR8awGUjfp6nuX_t8F3tUF3_i2DFxdOuqYeR86itD5yj7MXOuMzKqrhoIdJT34r80RKm83iTZhNRcbGbnCjb3n9SVg5qWgp-bxUqamLi5xdSDSk40KwZuML01DO_Yc7O_MmA1yIIYgSBS5P5dN_Sulz0b0EfzWRYd_gHtJr3p48cG14cq7RFXYUnVvFz_xoVPrrklHR0Bls6UpcOQrLLdMyx-sQcOt5BxacG_dGSz0qMjIm_nhtCMstNNuAmyQM8dJXP5uX85PMFZyFSGvTZT6PCLZySkc5my0juMJITvxxl5DMShF3jwRSaap-aDvvFKPtO5tzA5fKTTE2RJuFIERy-WSRZhRI87jSom30uMaTLTCUdb8-5cU3VHGiRlUKKnFefeLh0tlnLA8c5_DJKp7f8rzPXGGTNhWfmlvmouXOzHK9T42tGOwZNjb7MLfrQjW1BSEbRW8x9TvrGpOd0xncyhcPq5FqYNOGF07KzOO9D4EneOV1AC0JiaYgcGuIq-k5A41JVdG_ZWLVVRffOaoYx6wuRba0uswEXQIm2C1jT2qctsPbFTjQiBUL_X6ORts1anvyzolH6t45GbqYVR_k4-r8Es0ZlMQ9zoRTmUfV9zKvDXspZJjSsW67UTh2W5iY1owN6NGO4dZOk0CcoGzXjaMIn8UBwjYTJq-aVImKulKBFq8y6z8X5YRgNtZF9NIRRezF7-w4zo5me-7bVyZ-CvNiaW2Na9jW_lv3AYT_AeHz-ucz-_xW6p6VKk2Gpgu54K6rwTW9jR8ruefnqwWz6rKIDY6GGDlQUFuOz7rLPhFyozlr9FZce-Afm_XLVtAZqE6yBTtoEYRaP98XBwAdSUUbVpVdBSdnm4NJcvMU1n8muqZEyayvXlq1OpT4iRewI79LYqadlQ4Ulysm_4iwqxse3ZuCD4G1zlZ9VQ_DlrZyOucuD9Y2x7yq_33-vHnPNJRdfENuQJ0Z_AueGVcu5k_kFSRiPv9po7j6JExd9YooI5i5v_eD0cVZjtB_nGBMpV90-nCZiUqYMF5ap1GWq8MdTmJMpZ0DY1TE9OV-ul_1svgr_JFdy0tSARHA8rj_uO0caTtW_gKNpWdB2WhacRcCgCqvxmPbMm4_khdTdFPaGldBjEDT7B5fW9I6r0r_zsq3J067h4pD0T73AZww8mh_5rvlZ4Y_PfVRI9bfnICt8y4Gz1BcEaXE-_89Xz1d3oNxt_SmhajAW6iBtjHIIyyQbntcsyQfCuiWbwyINwa0i_aPuYOVkAHsIFuAgWYxwgEkcnwJcCj2hs_ICwsmxda1bbIM8LypyFJdkSF7X2pM5_XPYfnT5u27MxH7aI7T4B-lXVPpVQoLhNpJBas14OaYz2ZiZE4fYHpnFPUhh_DLDFawAxsG6O7958rJ3us26RcIen-o3kQbP4AK8cFpODb_DZ9GnDvqwiBE4UL0Ins2YH18_PjPFWTrWOvpE9yTzz0Ep6AsR59vpUTYMA1mOs9yQ8eb1aFMFo7ouEP66rtgwXHcN9-6yCBZ8t0OsdEfrxX4zR4T1M252wZAm4IQcJSjb9JNA16lHgfUa7_dB0H0pkKR4LU31nsJBZf1grQSiSh6KHXWorrX7d8sGffnxjNfJKmZ_hE-LeDCt0a4okTkOfFy6zw7HYn_jxYXOyN0jrQU6PXd76eBqV_KlZStUkfp1wOV39hGmPJzbYT26euw7boVgXoF_sluYM0INEqo7HnSx_-NgyFpUkLi8yprpL3Q29x2oHARqR1BXuLYwMFJ17hwGOxo2VQZgDLZO5KQoESaEvJeO33ghr3PxGy8-UqmunNg5j7_Hvm8Q1d1-fqh0lL7eQX4yiZomS-IwjcrjqCria4AfTj4PUoALc_818n8hiZNmn4YYS1vkzNV5FPYB7JBrHGCbwDE_O_F7bSaeMLvQmCziQU7n47DCWQQ01uma7JTaJt2rAXmZv_OKhBGxCt1LATmJfLBea5m1VEio9YlBb26CRCdNZG4Slvgx6JRP2Tdabd_oxZtk_cWw82tkHgxLUlFGwPPT748aUn83TvuZua-o1ab3wIsXnj8HAAAvvve9-MFcpFuvl08fH9dr7Yx9DS--Dw7FVsgIQujFC9an8aX5buWAlz54_pwyBXqXN_6b3negQSMoU5UHMw3UJBWmxAg5Rj9z8EdL8df6FQjSCF623TuRKdwq1ZgLRXDpweWGlwWv1S0XGw8u_-3BJYmS7EP03x_im_IuLPMwRzfkLkhjP4S5n6U327ukqMoAxwGJfBglEclRWRVVlWRJkRVJiG_oHfRh7CdBHvhhANNbXCDfL7IMhwUiKI29yCc7ROtbPYB12zdUypbcBVGUJclNjQpSS3NfFEJGvgFTauh7uBF35qJl0W6kF_k1lUpaNYqqmtyZzA1Qdn5X5MK1yEfwbUsYaM1NteNts7o7OwfM9cryeN0BUHuzQjewQ1jwW_CkwBZJgASVpARoo0fN4IopMBEMQB9QBUpOJFO6QpCCVyLNbbr8phX1ndM5VG3b4hbznb0-6twyNcxIDy576l7u4P8GAAD__7avbHs">