<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/129483>129483</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
UNREACHABLE executed at /root/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:1961!
</td>
</tr>
<tr>
<th>Labels</th>
<td>
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
bi6c
</td>
</tr>
</table>
<pre>
Compiler Explorer: https://godbolt.org/z/Tzh1o37Mx
Testcase is generated by a fuzzer.
console:
```console
<source>:15:1: warning: non-void function does not return a value [-Wreturn-type]
15 | }
| ^
<source>:26:1: warning: non-void function does not return a value [-Wreturn-type]
26 | }
| ^
None multiversion type isn't valid here
UNREACHABLE executed at /root/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:1961!
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. <eof> parser at end of file
2. <source>:17:5: LLVM IR generation of declaration 'copyQueryResult'
3. <source>:17:5: Generating code for declaration 'copyQueryResult'
4. <source>:21:18: LLVM IR generation of compound statement ('{}')
#0 0x0000000003e53898 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3e53898)
#1 0x0000000003e51554 llvm::sys::CleanupOnSignal(unsigned long) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3e51554)
#2 0x0000000003d9de88 CrashRecoverySignalHandler(int) CrashRecoveryContext.cpp:0:0
#3 0x000077a3f9c42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
#4 0x000077a3f9c969fc pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x969fc)
#5 0x000077a3f9c42476 gsignal (/lib/x86_64-linux-gnu/libc.so.6+0x42476)
#6 0x000077a3f9c287f3 abort (/lib/x86_64-linux-gnu/libc.so.6+0x287f3)
#7 0x0000000003da97ea (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3da97ea)
#8 0x00000000043c2bba getMangledNameImpl(clang::CodeGen::CodeGenModule&, clang::GlobalDecl, clang::NamedDecl const*, bool) CodeGenModule.cpp:0:0
#9 0x00000000043d9cbd clang::CodeGen::CodeGenModule::getMangledName(clang::GlobalDecl) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x43d9cbd)
#10 0x0000000004413ed1 clang::CodeGen::CodeGenModule::GetAddrOfFunction(clang::GlobalDecl, llvm::Type*, bool, bool, clang::CodeGen::ForDefinition_t) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4413ed1)
#11 0x0000000004190e6e clang::CodeGen::CodeGenModule::getRawFunctionPointer(clang::GlobalDecl, llvm::Type*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4190e6e)
#12 0x000000000419d1e4 EmitDirectCallee(clang::CodeGen::CodeGenFunction&, clang::GlobalDecl) CGExpr.cpp:0:0
#13 0x00000000041bba6b clang::CodeGen::CodeGenFunction::EmitCallee(clang::Expr const*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x41bba6b)
#14 0x00000000041bba17 clang::CodeGen::CodeGenFunction::EmitCallee(clang::Expr const*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x41bba17)
#15 0x00000000041bd2b3 clang::CodeGen::CodeGenFunction::EmitCallExpr(clang::CallExpr const*, clang::CodeGen::ReturnValueSlot, llvm::CallBase**) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x41bd2b3)
#16 0x000000000422d534 (anonymous namespace)::ScalarExprEmitter::VisitCallExpr(clang::CallExpr const*) CGExprScalar.cpp:0:0
#17 0x0000000004220a40 clang::StmtVisitorBase<std::add_pointer, (anonymous namespace)::ScalarExprEmitter, llvm::Value*>::Visit(clang::Stmt*) CGExprScalar.cpp:0:0
#18 0x0000000004222a8b (anonymous namespace)::ScalarExprEmitter::Visit(clang::Expr*) CGExprScalar.cpp:0:0
#19 0x000000000422d7a1 (anonymous namespace)::ScalarExprEmitter::VisitBinAssign(clang::BinaryOperator const*) CGExprScalar.cpp:0:0
#20 0x0000000004221e6b clang::StmtVisitorBase<std::add_pointer, (anonymous namespace)::ScalarExprEmitter, llvm::Value*>::Visit(clang::Stmt*) CGExprScalar.cpp:0:0
#21 0x0000000004222a8b (anonymous namespace)::ScalarExprEmitter::Visit(clang::Expr*) CGExprScalar.cpp:0:0
#22 0x0000000004220d83 clang::StmtVisitorBase<std::add_pointer, (anonymous namespace)::ScalarExprEmitter, llvm::Value*>::Visit(clang::Stmt*) CGExprScalar.cpp:0:0
#23 0x000000000422ea8d clang::CodeGen::CodeGenFunction::EmitPromotedScalarExpr(clang::Expr const*, clang::QualType) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x422ea8d)
#24 0x000000000422f63e (anonymous namespace)::ScalarExprEmitter::EmitBinOps(clang::BinaryOperator const*, clang::QualType) CGExprScalar.cpp:0:0
#25 0x000000000422fd65 (anonymous namespace)::ScalarExprEmitter::EmitCompare(clang::BinaryOperator const*, llvm::CmpInst::Predicate, llvm::CmpInst::Predicate, llvm::CmpInst::Predicate, bool) CGExprScalar.cpp:0:0
#26 0x0000000004221c86 clang::StmtVisitorBase<std::add_pointer, (anonymous namespace)::ScalarExprEmitter, llvm::Value*>::Visit(clang::Stmt*) CGExprScalar.cpp:0:0
#27 0x000000000422657c clang::CodeGen::CodeGenFunction::EmitScalarExpr(clang::Expr const*, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x422657c)
#28 0x000000000418e18d clang::CodeGen::CodeGenFunction::EvaluateExprAsBool(clang::Expr const*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x418e18d)
#29 0x000000000439cb81 clang::CodeGen::CodeGenFunction::EmitBranchOnBoolExpr(clang::Expr const*, llvm::BasicBlock*, llvm::BasicBlock*, unsigned long, clang::Stmt::Likelihood, clang::Expr const*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x439cb81)
#30 0x00000000043325f1 clang::CodeGen::CodeGenFunction::EmitIfStmt(clang::IfStmt const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x43325f1)
#31 0x000000000432adb0 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x432adb0)
#32 0x0000000004332ebc clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4332ebc)
#33 0x0000000004333379 clang::CodeGen::CodeGenFunction::EmitCompoundStmt(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4333379)
#34 0x0000000004333549 clang::CodeGen::CodeGenFunction::EmitSimpleStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4333549)
#35 0x000000000432aaf5 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x432aaf5)
#36 0x00000000043326c7 clang::CodeGen::CodeGenFunction::EmitIfStmt(clang::IfStmt const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x43326c7)
#37 0x000000000432adb0 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x432adb0)
#38 0x0000000004332ebc clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4332ebc)
#39 0x000000000439845c clang::CodeGen::CodeGenFunction::EmitFunctionBody(clang::Stmt const*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x439845c)
#40 0x00000000043ab53e clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x43ab53e)
#41 0x00000000044143aa clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl, llvm::GlobalValue*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x44143aa)
#42 0x000000000440f604 clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x440f604)
#43 0x000000000440fa1b clang::CodeGen::CodeGenModule::EmitGlobal(clang::GlobalDecl) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x440fa1b)
#44 0x0000000004419e3b clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) (.part.0) CodeGenModule.cpp:0:0
#45 0x0000000004815d26 (anonymous namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef) ModuleBuilder.cpp:0:0
#46 0x00000000048059b4 clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x48059b4)
#47 0x00000000063faa24 clang::ParseAST(clang::Sema&, bool, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x63faa24)
#48 0x0000000004812598 clang::CodeGenAction::ExecuteAction() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4812598)
#49 0x0000000004ada245 clang::FrontendAction::Execute() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4ada245)
#50 0x0000000004a5d92e clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4a5d92e)
#51 0x0000000004bc809e clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4bc809e)
#52 0x0000000000d4ab2f cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0xd4ab2f)
#53 0x0000000000d4244a ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, llvm::ToolContext const&) driver.cpp:0:0
#54 0x000000000485a4c9 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
#55 0x0000000003d9e334 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3d9e334)
#56 0x000000000485aabf 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
#57 0x000000000481d6dd clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x481d6dd)
#58 0x000000000481e75e 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+0x481e75e)
#59 0x00000000048266f5 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x48266f5)
#60 0x0000000000d47923 clang_main(int, char**, llvm::ToolContext const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0xd47923)
#61 0x0000000000c11464 main (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0xc11464)
#62 0x000077a3f9c29d90 (/lib/x86_64-linux-gnu/libc.so.6+0x29d90)
#63 0x000077a3f9c29e40 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29e40)
#64 0x0000000000d41ef5 _start (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0xd41ef5)
clang: error: clang frontend command failed with exit code 134 (use -v to see invocation)
Compiler returned: 134
```
Code:
```c
typedef char *caddr_t;
typedef char *String;
typedef struct _WidgetRec *Widget;
typedef char Boolean;
int trashQueryResult(Widget w, Boolean delete, caddr_t call_data) {
int __attribute__((target_clones("default,avx"))) execute(String, String, String, Boolean);
String rmstring;
int status;
if (delete == 1) {
if ((status = execute(((void *)0), "rm", rmstring, 1)) != 0) {
}
}
}
int copyQueryResult(Widget w, Boolean copy, caddr_t call_data) {
int execute(String, String, String, Boolean);
String copystring;
int status;
if (copy == 1) {
if ((status = execute(((void *)0), "cp", copystring, 1)) != 0) {
}
}
}
```
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJzsW1tz27iS_jX0C0ouEryIfPADJds5mcpMcuzszKMKBJoSNxTAAkDHnl-_BYA0L5YvcjSzkz2bcmyJBBvf93U30ARBolS15QAXXrzy4ssz0uqdkBdFldCzQrCHi7XYN1UNEl3dN7WQIL0wRzutG-WFuYevPXy9FawQtT4Xcuvh6z89fP31z10gwuWv956ffwWlKVGAKoW2wEESDQwVD4igsv3zT5Dnnp97fk4FV6IGY9XPvcR3P_1RP_fCtRKtpOCFV16YB7H5ZcB8J5JXfGs-csEXd6JiqGw51ZXgiAlQiAuNJOhWckTQHalbQF68Wvzhji30QwNefOn5OUIoiJG3XCNv2X1HyH2Pr55iwMlfgwEnL2D4TXBA-7bW1R1IZeyba1GluIeX2piuGNqBNJr91283V_n6X_nq0xWCe6CtkZ5o5OFrKYT28HVd3-0XjRT_DdR8pTXhxol1VXj4ei0YfAA-fPpVsLaGc9o0hniWBB4OPD__8ukqv71Cqi32lUYEFe0WSWiE1EiLebBUetcW51Tsu96fgqiUakF5-BoRzlDFad0yQHoHiEqidqgg9JuWhIKH16iR0EhBQSlgqHMOXtsriVKCVjbcZMuRorJqtIm2W03oN8TafeOizT_3_OyLFFtJ9ojIbbsHrg1kI5RorDBdGiygT4NOrAVRCqTxs1po2fJvHr4uKt6fRost-05kuYjQYosWwlgkTWPstrpp9blCi73hjxaL-zRZELVfqAeuyb0XXlZcQ40WJReLO5CFUGDOo8UtWiy2lC60EDXdkYp74eWLSE1jxUmjdkKjRUlFLeSCVWTLhdIVVa4Pq-7k8CTe_TwwOnnhGkTphVeoIVKBNPEEnCFRorKymYq7ZpN0XXphblIWffr0-6_o400_FpgAFiViQGvSffXwkorm4d8tyIcbUG2tPbz0_Dx80e6Hzh7fIioYoFLIN1mNDljFJqmD9Hm4RmTRcoaUJhpMuCAPp8bgcmXSFi89nJnk9XDoI__e7_-FEIdpliIb-WHuhbl6UO7DF1lxbUPzqwvudGgkyfeNUFoC2Xs4MQFece3hzPX6gzHq4ZV_3wEbYAcz2EEcR4dgr2sgvG0-89tqy0nt4bTldk5hqBbG-GlBGhgDSDwByTIGaYrWJo5vgIo7kA8O1b8IZ7XpK-10m7RZC67hXnfjmm__O_thZ3-5JGGZ0QjH2O_ouCHyPk02SbSoK97eL7a8dSfouRLniYVsLxkAR1ODWZKVFDV6J4Gwzbeqro-zbq8frMdzuNEyQVtlJTgWdrRMBsPJ1DBOl2WISGFG-KPM2gsHs8up-0i2BHLCaHEGh-7ScXdRSHFRELQF_Svh2xrYb2QPH_eNCWFnxMV3NwmOv7h5sMvEUdsPtShIfQm0np0wppk5jkxBoz2cmwaFELUNxgOz6zgKsylultGCobdBtIemFKf0xpBPmKkdSqe9GU0mo2AUBSGw4BgOH0DnjMnP5XVXVj1PYz0apr6aumqs9vD3uc6vhbyEsuKV6WVz2lG2Iz7IMhlloyDzIYEjXXtDvveafBGmZJBHSnNKfo7BwA_P-LEAInS1r_RlJYHqNalrgNcTbnD6SymXofWHq_tGzlLI4AinOIqCJMVrOj92ag8a0Ifgmg5HWX1SMS3MQczoCYlg-VOQCJYDiXhGguEifB8JA3oWOt3RySj7nO0be-f1u7kVu63NzdA4OYylFVEuQU6uiOE8KJJMFMGYxWFkuiNc8Ie9aBXiZA-qsUVh5vDdUlITabgaNbS9LffC_PdKHaFNny_O2IGsWc6Q-STyx3re6r22XQppxQrXSjN3ijC2afrhaH08nYk3rJMMZFud9zyn_AyWt7FKZ6wwSYsf0ftpKr0NRzb3-5IEP4JjVfHcLudMAa0qTuTD58bcvohj3I_9GcAApoPmT-l-HPwz3I_xPLlYGv786oYzVkDSV2vVp8P7Fyn2QgMboL84X00G-X-3pHa1zSkHbcfkcdDG0YxnmYTwzigyX1YV_9yoNybus3Rf8U08x8yS-Acwr8W-IRLeDHo0u-6bj-Z4t-4BrKJEwynbPN5avazIfOoNaJr8_Dk4n7aTeEmPz8E3516v9SmTzUAekm06YwcpBEcPKnekbokGAz5XK4v47yqALdyBzOxuPqNF-uqd8FPvrCThdPeZGypv8NEQaiuiKrqqBf32-qnZSt56nhru06fqG9TVTgg2a_IXiupkexR1usgahSGOy3eI-rF0STaW0h3raSQnpmGBDjSmtUmICSv8d2TuExJjCjOn51KShxsovXA9uiDXeuS68OrEtC2xgTaeew-KdwxY625R3pD9o9I70epbKponywtDq5FXX18Xyrfb0c3iiaMAimG4C8OZHGG4zH5Mjp9AAkNykCCaSxBH75Dgtto3Nfzz08HSG8jH81GAlPH_zVGAlPFAO5mPAgl9x_LW_8YYntBhgWv6UOM_ZwxP_38MH4_h8yovjeJ3yNEfWQn28GI0nLa2MmAfqUSz2ooUcfjqM4ople7ZPJiTb3s4MSz4v7iGu_7QN_zIS_FXJbhlPOgRzB5lRSEhxzyzMY51vHvww_Omt6njjj_eNJ74CZXhM7Cd1maRXyZ-9D62_yiWlsfAMpyzJMGrz4cOs_x7Hq86hAP-aBaTGYRH4_8qmk9wBx3aMQt3pHfBeUOkPvdfe3JtYE0rmTSIGU5eWyrpbLoFJPs83h52WzhexvhBirYx8yDOkMO0aquawYFFkmhabaR-nBWTuF4R-g04Wwuu2n2_7HUsiNM53AEcHD6pMpKwJARP4H8hUkF--3U2a8CezKbKk6_edGAGqOksCHCcpQdiMx_PfW6zYt4_6T-xlhbCAHA6VxNGcDSpt6-l4Bo4O4Dw5Nhc74_Y4unkS2KW4dnk63r7yJUmnMJh_Z4nc-rJ0iEc8E8ny4KmfgbTNSKLdKBxJyh5ivoJzVNPCA7ZgHsy7fksIgUuEaXBZk_Mpenh4ntHZhX3Gk2P4TW6ExU7NXyHb0AfztDjKCKol3odfHXrnwOH2z2p69-BPo64B6gks-0jQtTdxrlJ3cVkdXdowI2nU1Qak4hmVoyR0X7P9EZaPe1Zl2KPK-OU1HVB6LdNyae3O67jLlzWwVrs94SzebYe9Nvjor5oTO_ECDASR8uKb23Lq86pjxdsNvT-Pgjcl4Koim6Ubd5JOGlsDmy0JJVW_emZOVLXJvyFHJ03TUbr7DZwnOD2Eg8va7IvGLGbTnupcNpvvvxFFAecEc82TkIYjnd3Htoe6c7ctPyWlFA_TLR82W8n3QLqsA6hnszDihQl-k8Oi1mJdtj_y9mczBLGnlXN-os8mft6KScD9exC02Byh_62pvmkSBkRO1kFYAgPQTQvUWAZw7Fy_CIK9bwWv4jiU6WmqxUvjb-Pvm9IZdxu9y2_Xb4uQP5iEY1Mg4jTMirFSTJdthwDvhx9npQAB-b-58T_G0U8afVphXmULfFnc_Uyw90-kL7W6GHbgSN_svr33Ex8wurCYBoQT2o6nwZBlETIYD1dl87o0CWebUDPWHbkRnx7yWAwnBuEyEebjblmozSRejMi9OYuIBp1Ec0cG0AZI2f8lL4xZl2nfVwjkFLYF_XsEVR2JT-iXYSXpKqBoe-V3iG4r7R7YyZw2w5bBWhxh7RACgBVo4Lc9PH4PqB7cQ1Mgpkrxy_t2Wbsyat8np_rhwYYlK4o9nBOCWNyo71wdeDkbTdjjs8pLVuq0eaPim1B3wA1Dd2XA0ZWQtRAuDvj-XnFNdKmtJm8BZS669F3k1bdJYhBDW4rSYcRmcJzw4gmNreWK_tunrG42RCtZVW0GjYb69hUE7kFvaG14KDsIcygJLa7Nbm79zA2ctqf_s08D6cdY7xGhz71bExR5Xp355Dcq5FUDpTSRLfq8UhpPOs4IS-89MJLFIx59E08nLorTasRMvfT1XWm1rBxbve9YLm3dNYDDry21t0gFBhL_tBZ11__dqP72_12LnryntZBD5lWb_LPD-trenqbwqblyfWlTafvCMcRCk8E7pPxjF2ELAszcgYXwTLyszTyU3y2uwiZH8RQZIAxBb-gEDPCUprRJYnLNIjOqgvs49gP_dBPogDj8zCDJU0Cn-FlmNAk9iIf9qSqz80MdS7k9sy-0HkR4CxKw7OaFFCr_n1jeWFf_izarfIiv66UVsN1utI1XPwdL7GetbK-eP-Lqh21uwv8PwEAAP__7mLbJw">