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

    <tr>
        <th>Summary</th>
        <td>
            [clang][OpenMP] crash with structured binding member in for loop condition
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            clang
      </td>
    </tr>

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

    <tr>
      <th>Reporter</th>
      <td>
          5chmidti
      </td>
    </tr>
</table>

<pre>
    Assertion failure: `clang++: /root/llvm-project/clang/lib/Sema/SemaOpenMP.cpp:1280: const clang::ValueDecl* getCanonicalDecl(const clang::ValueDecl*): Assertion 'FD' failed.`

Code:
```c++
struct {
    int x;
    int y;
} foo_a;
void foo() {
    auto [x, y] = foo_a;
#pragma omp parallel for
    for (int i = 0; i < y; ++i);
}
```

Invocation:
`clang++ -fopenmp`

https://godbolt.org/z/nTEvdbE4h

```text
clang++: /root/llvm-project/clang/lib/Sema/SemaOpenMP.cpp:1280: const clang::ValueDecl* getCanonicalDecl(const clang::ValueDecl*): Assertion `FD' 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 -S --gcc-toolchain=/opt/compiler-explorer/gcc-snapshot -fcolor-diagnostics -fno-crash-diagnostics -fopenmp <source>
1.      <source>:8:26: current parser token ';'
2.      <source>:5:12: parsing function body 'foo'
3.      <source>:5:12: in compound statement ('{}')
 #0 0x0000000003762a58 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x3762a58)
 #1 0x000000000376073c llvm::sys::CleanupOnSignal(unsigned long) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x376073c)
 #2 0x00000000036a92a8 CrashRecoverySignalHandler(int) CrashRecoveryContext.cpp:0:0
 #3 0x00007f6e137c2420 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x14420)
 #4 0x00007f6e1328500b raise (/lib/x86_64-linux-gnu/libc.so.6+0x4300b)
 #5 0x00007f6e13264859 abort (/lib/x86_64-linux-gnu/libc.so.6+0x22859)
 #6 0x00007f6e13264729 (/lib/x86_64-linux-gnu/libc.so.6+0x22729)
 #7 0x00007f6e13275fd6 (/lib/x86_64-linux-gnu/libc.so.6+0x33fd6)
 #8 0x00000000066e5d3b getCanonicalDecl(clang::ValueDecl const*) SemaOpenMP.cpp:0:0
 #9 0x00000000066ead48 (anonymous namespace)::DSAStackTy::hasDSA(clang::ValueDecl*, llvm::function_ref<bool (llvm::omp::Clause, bool, (anonymous namespace)::DefaultDataSharingAttributes)>, llvm::function_ref<bool (llvm::omp::Directive)>, bool) const SemaOpenMP.cpp:0:0
#10 0x00000000067362a4 clang::Sema::isOpenMPPrivateDecl(clang::ValueDecl*, unsigned int, unsigned int) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x67362a4)
#11 0x000000000645b2c0 clang::Sema::tryCaptureVariable(clang::ValueDecl*, clang::SourceLocation, clang::Sema::TryCaptureKind, clang::SourceLocation, bool, clang::QualType&, clang::QualType&, unsigned int const*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x645b2c0)
#12 0x000000000648a026 clang::Sema::BuildDeclRefExpr(clang::ValueDecl*, clang::QualType, clang::ExprValueKind, clang::DeclarationNameInfo const&, clang::NestedNameSpecifierLoc, clang::NamedDecl*, clang::SourceLocation, clang::TemplateArgumentListInfo const*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x648a026)
#13 0x000000000648a87c clang::Sema::BuildDeclRefExpr(clang::ValueDecl*, clang::QualType, clang::ExprValueKind, clang::DeclarationNameInfo const&, clang::CXXScopeSpec const*, clang::NamedDecl*, clang::SourceLocation, clang::TemplateArgumentListInfo const*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x648a87c)
#14 0x000000000648fa61 clang::Sema::BuildDeclarationNameExpr(clang::CXXScopeSpec const&, clang::DeclarationNameInfo const&, clang::NamedDecl*, clang::NamedDecl*, clang::TemplateArgumentListInfo const*, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x648fa61)
#15 0x00000000064900b9 clang::Sema::BuildDeclarationNameExpr(clang::CXXScopeSpec const&, clang::LookupResult&, bool, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x64900b9)
#16 0x000000000620ff71 clang::Sema::ActOnNameClassifiedAsNonType(clang::Scope*, clang::CXXScopeSpec const&, clang::NamedDecl*, clang::SourceLocation, clang::Token const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x620ff71)
#17 0x0000000005f8ba6e clang::Parser::tryParseCXXIdExpression(clang::CXXScopeSpec&, bool, clang::Token&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5f8ba6e)
#18 0x0000000005f6c826 clang::Parser::ParseCastExpression(clang::Parser::CastParseKind, bool, bool&, clang::Parser::TypeCastState, bool, bool*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5f6c826)
#19 0x0000000005f6f26a clang::Parser::ParseCastExpression(clang::Parser::CastParseKind, bool, clang::Parser::TypeCastState, bool, bool*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5f6f26a)
#20 0x0000000005f7091d clang::Parser::ParseRHSOfBinaryExpression(clang::ActionResult<clang::Expr*, true>, clang::prec::Level) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5f7091d)
#21 0x0000000005f73f89 clang::Parser::ParseExpression(clang::Parser::TypeCastState) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5f73f89)
#22 0x0000000005f87cb2 clang::Parser::ParseCXXCondition(clang::ActionResult<clang::Stmt*, true>*, clang::SourceLocation, clang::Sema::ConditionKind, bool, clang::Parser::ForRangeInfo*, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5f87cb2)
#23 0x0000000005feaa8d clang::Parser::ParseForStatement(clang::SourceLocation*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5feaa8d)
#24 0x0000000005fe5c53 clang::Parser::ParseStatementOrDeclarationAfterAttributes(llvm::SmallVector<clang::Stmt*, 32u>&, clang::Parser::ParsedStmtContext, clang::SourceLocation*, clang::ParsedAttributes&, clang::ParsedAttributes&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5fe5c53)
#25 0x0000000005fe7227 clang::Parser::ParseStatementOrDeclaration(llvm::SmallVector<clang::Stmt*, 32u>&, clang::Parser::ParsedStmtContext, clang::SourceLocation*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5fe7227)
#26 0x0000000005fe9c38 clang::Parser::ParseStatement(clang::SourceLocation*, clang::Parser::ParsedStmtContext) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5fe9c38)
#27 0x0000000005fc85b0 clang::Parser::ParseOpenMPDeclarativeOrExecutableDirective(clang::Parser::ParsedStmtContext, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5fc85b0)
#28 0x0000000005fe54bc clang::Parser::ParseStatementOrDeclarationAfterAttributes(llvm::SmallVector<clang::Stmt*, 32u>&, clang::Parser::ParsedStmtContext, clang::SourceLocation*, clang::ParsedAttributes&, clang::ParsedAttributes&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5fe54bc)
#29 0x0000000005fe7227 clang::Parser::ParseStatementOrDeclaration(llvm::SmallVector<clang::Stmt*, 32u>&, clang::Parser::ParsedStmtContext, clang::SourceLocation*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5fe7227)
#30 0x0000000005fe8149 clang::Parser::ParseCompoundStatementBody(bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5fe8149)
#31 0x0000000005fe9aaa clang::Parser::ParseFunctionStatementBody(clang::Decl*, clang::Parser::ParseScope&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5fe9aaa)
#32 0x0000000005f13649 clang::Parser::ParseFunctionDefinition(clang::ParsingDeclarator&, clang::Parser::ParsedTemplateInfo const&, clang::Parser::LateParsedAttrList*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5f13649)
#33 0x0000000005f3d6a8 clang::Parser::ParseDeclGroup(clang::ParsingDeclSpec&, clang::DeclaratorContext, clang::ParsedAttributes&, clang::SourceLocation*, clang::Parser::ForRangeInit*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5f3d6a8)
#34 0x0000000005f077cb clang::Parser::ParseDeclOrFunctionDefInternal(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec&, clang::AccessSpecifier) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5f077cb)
#35 0x0000000005f07f51 clang::Parser::ParseDeclarationOrFunctionDefinition(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec*, clang::AccessSpecifier) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5f07f51)
#36 0x0000000005f0f296 clang::Parser::ParseExternalDeclaration(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5f0f296)
#37 0x0000000005f1013d clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&, clang::Sema::ModuleImportState&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5f1013d)
#38 0x0000000005f0307a clang::ParseAST(clang::Sema&, bool, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x5f0307a)
#39 0x0000000003fdb978 clang::CodeGenAction::ExecuteAction() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x3fdb978)
#40 0x0000000004242249 clang::FrontendAction::Execute() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4242249)
#41 0x00000000041c276e clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x41c276e)
#42 0x000000000432167e clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x432167e)
#43 0x0000000000bfe0d6 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xbfe0d6)
#44 0x0000000000bf599a ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, llvm::ToolContext const&) driver.cpp:0:0
#45 0x000000000401cc99 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
#46 0x00000000036a9754 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x36a9754)
#47 0x000000000401d28f 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
#48 0x0000000003fe5205 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x3fe5205)
#49 0x0000000003fe5c6d 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+++0x3fe5c6d)
#50 0x0000000003fedb95 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x3fedb95)
#51 0x0000000000bfb57c clang_main(int, char**, llvm::ToolContext const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xbfb57c)
#52 0x0000000000af4b21 main (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xaf4b21)
#53 0x00007f6e13266083 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24083)
#54 0x0000000000bf547e _start (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xbf547e)
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/eJzsW19z4ygS_zTKC-WUhP4_5MGxk93Zy25y49TWvLkQQg43EugAZZ379Fcg2RbEdjJz0dRu3W7NzlgImv79uuluIYSkpBtGyJUXX3vx8gJ16omLqxg_NbRU9KLg5cvVXEoiFOUMVIjWnSBeOAde4uMasY0Hr_Uf3QJvBefKg7d1_dzMWsH_RbC-HPrd1rTw4O2KNGj4574l7NeHS9y2XjgPYOZrMZgzqUA_Jpx74fx3VHdkSXDtwTnYELVAjDOKUd23ZWcHeDDXQg8QPJjeLj2YGiykvPQS3_OXnj_v_17wUsMbmhK__4MHlKZVKtFhBbx0uAYAAMoU2Hqh0_Kyb_HSJag4X6N9yzOnpW7yYObB3JaGOsWBF19vPbgAL168BF7ojvdg2Aq0aRDgTQtaJFBdkxpUXBzkVFwAD2ZaFWpE-F54bX4ujG6gh0UNSQdNHfBjej6xZ46RJnJM0sgRwKziLWFN6wx8UqqVegy89eDthpcFr9UlF9ov_uPBW_Z481wWN9HTeNBeBUW2qm_6a_pc4ts-Z6A83N3MVzdAdkVDFUCg6DZAkJYLBRQHDmFUPXXFJebNAPU1YiplR6QHbwFiJaAM111JgHoiAAskn0CB8FclECbaqVpBWsExkZKUQPJO9M16JJKSY4oUKYHoGJBY0FYNKq8Uwl9B2TXt3vz-pefnD4JvBGoAEpuuIUzJwTa8NbbgTUtrImZk29ZcELGzzwztKJIzJTr21YO3BWUH8_UetSn_QKKaRWC2ATOu5aK21dI71XbqUoJZo7kAs9k2S2ZINjP5whTaeuGSMkVqMFuB2WyD8UxxXuMnRJkXLs-qpztLhlr5xBWYVZjXXMxKijaMS0WxBLOK8Zkh1mnuvV8vsYHW8KYnKtBEWc3hPPPCOUyMB3ZCEKb0QpZEAMW_EhOr9LqEaS8BHpEQGy_WEvRIyjag6hg2XqdjtxZhgswgIjwrgjKgyeAdK4FUSBFtS2AiVKoDVKqdWHt3H2E8GPrA3_q7_8I0gSjOgPFPsyrki-x_PAjKlPGex94Fs0Mngf5Yc6kEQY0HE-2GlCkTE_XEH-JDHrz2t4N6lv6Bo7-fhviY_ouaINa192xFNwzpCNAxkzlLUHM9yxTaamUsbaGlbYJyiDKw0E74mWD-TMRLr97PiJW1njQbmLT6LDjT8XQIgb75fz9FOEyRVgkJwhTDCPpgvRZEKi7IWgzuMMTVbZask2hWU9ZtZxvW9Tda9SQIKi8lv_QNliCKoG8hiaxpYBb7fgEEopK8Qz7WkhMjOQp9v7Akx7bkJMriHKCCv0vzkWQIszi3JCeu5HRv9XfLTKEtM7VlpnFVJt8mMwyrMrFkZmMvSRISl2FxNIcdyV59JuxzGHiVLh1fyZ2JUBllWnk9z0vDOwkYaohszYLP-5mWqz6JPL70109ILlfzE9oYPRaj9biLbWtBKi9cFJzXwIolvM9MesGiTpqcpjvpf99SjFSoq9USKbR6QoKyzVwpQYtO6aSa61D5naosqSBY0WdyENPrlA91xzmedYyygmyShglE0bj2MNWN-UVlL-dB0GekyBlDD9Tuo5gJFO71TsEPDm0DhL3TaoxWIE6iuIDYP45RiZcFalUnyO9IUFTU5DzEsRCT9e52Faxzcz_D436Gf1BWvilj52CjTv_sUP340pIhn52-M-bbWnsfTXnPqEU5tCnPkA-T44Rcd7QuNaWfSXWzbcW7CT-gtZq1DDPqCL9aEBKG3N9QQz6xiu-Icbn8jUhFSt1r1RJMK0rEHcduJ9SQ8jvc4ZE0bY0UmQ8l7R2VaqzMNFYyRrCsFLpWylL8l7LS4suXFeatsdGIvL-0kbIUW0aKHCNVKAneMNKIvdfGOsaZy-u3LJTT9J659Q5yD5ns40nWHFokxzbJue8X-dQk33H-tWs_E9nVu7u7cD8ZcgPMQp5YyKFfVekJ95pjdW_gLmokpQ6J5Vz-xlm_vMfoDfTXRn8PKd-9Ws1D7UHox3PXU2Nxl465i6usQAkZK_VgHrj3pYW5XHz58qnUDkOkNDBOuY3jEi7WaVAOICyUmY0ywZmdy8coe4hIqlMIx511P3O9SwK2-7uuMR6qfU4PXymkyOuhU8TmAblFTe5QU8EETUvNn4oPDXfMB_RtPlI_D8qzfHz-eXVfXVOGxMspWubmUWgIk-HCKSKGMKFER4bnn1GHVhA8xFryTKaIqANGi4TAISGssvwsCe9xCMfAUwDRelpAoBPeUlzA89795cuCs5KqbzDiSjXKNeJ3Plvt537nornl4jNiG1PeTFtyDORZ7IY2uwSh7PxaueVitds4dfKtw880y91oaEGIHAgxjsOzEPb634tRCTWvFBHjHZHRTseqQXX9O8GKi5N-E8LOuM25hGF-l3rQsEX5hou5LtiPHyt5dDa3xxRm0CxbZogdM6QQpt9hhj8L71NwpimxOEscznIcZu_j7M2l9y1cTIFVQ7GwOmUqzuLCP6tjv9G3d41nci9utgR3ChU1GW05nkpWR40-WWg1eCzAmRuXogL_HZcmj0tRYe1cwPzvuPStcSl0KmiSBdH54nExvFTdc3fNyxcPZpMtN6OSpXPgxlKEzj8F3Q7vN1ydnR2od0TTYadhIo_WQCykTkUchMkb1tkhXZKKsiN18UP_Yn3n7Vy8x2t3m2fntuXGo-6QIococEen2r0cCLEYc6rcsEzQ-TyrqfhJ8K49SdRoc-TIliUXxxf024HyW1L54dGBTkam4coi06m3_TTFxZtk3ouRE35iioj-kMH_nkRe9ThroDnGRMr925RJKDOMWJTFLmVVHLxJ2ZB4LOZOLt8PJ871ux9DXBVbe5uhUyD7FczP7_rdbHvXsjP3DyBrCjo0WosOp4YO_CA8_7T-yFuz6fT6Pfl9i_7dkQflFDD7wPeZVEfLl8NGx6-87GryqWm52G0ITZMBDUyLB6e09kM_fZ3r56tH5ynJnJH8Ea84BpUsna06NKzKIk-tHLTgJfmJsH6Pare1qB93yNA0HKP94ENYvSJjTSOr-otgBKFdX9wKndtYeUTVaZQcdLCUtMq9KMAwtd96LIZpPzGpEMPkOKOnUU3iy4OeFhCrmotCGCQpsV9SG5UPePbnk-2XNi7eSYLSoJ8FwCqu_KIifpkAjIN1g6j92DQXAr2YwLLAT0gcXrMOe-ZWG1yAZ07LaXD0WlowIgdGnOcI7MhfBI8mUhx_BvzUtPVRTIl9okrLGOpC6yVhKegzEUePRkVW6RD5AcZ5bog5fVLL3O1XYn_-1QvnGNV1gfDXdcXsgN_PPfjQIljwpkGsdBf1URtKNfTjrZ4daQ5G_ChB2WZII72B9wPWa7zdBkF_USBJ8Vqa7gOLVmfdsFYCUSV3tx1xqK71mugfxof7-x380bunnnMzxINpjZqiROa8744qmO3Ouv7Ci-P2SNwTqmkcjUxx7Bxqf-dzx1aoIvWLRed5000Q73uNLc9PHRcrYVaB_2cX0aRftkioS_-sL2R2Sicx9OOTxBnboVcZc8emFcydgbrDqUfsM13nVrEz0VHHAbblULnLC07Kb-XlF17I06T8wos7KpVFyrnQvPeDFlHtAsNh0PfyODjLj2ETJ1axG_sOm2WRn_Sy5ei3VTgcqRhOWeEHsjlBOWvosfgLnMRexLvzhbsKZae_CSvzV2eyT6XtD69JtGaW6lZt6KMqKmAAtNIfPXcv2po7dD4GSPwsBOt1TQsdiZFQ65Ei7_08IPIz661h_KrqilICevkfz68Wvp99fDucAyKETg7z3jNANTwNADx4b_9hG_iDqidAtlR7QklAEEZazU4SMHsGigNJCKCjEj3ffXTZqw8EUZ1gRK8fPfjoh4gX5VVY5mGOLshVkPp-miRRnlw8XYWYpAksMMIFTmIfx0HlF2mYRQmEUVjFF_QK-jAMAhgGuZ8F8aUfhQkmWUJwEgc5wV7kkwbR-lJ79yUXmwvzUd1VGsLEv6hRQWppvpSFcOAHevHyQlyZT_GKbiO9yK-pVPIgQVFVm89r-xHx0ouv-3d3XrwcPs0ztPWflXaClKCgrKRsAxrSFEQAysyXnDXnrV5h_fmJi07UV9__kaCB9N8AAAD__xN-bpk">