<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/161075>161075</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
[clang] expected non-matching UNREACHABLE executed at /root/llvm-project/llvm/tools/clang/lib/Sema/SemaChecking.cpp:8812!
</td>
</tr>
<tr>
<th>Labels</th>
<td>
clang:frontend,
crash
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
k-arrows
</td>
</tr>
</table>
<pre>
Reproducer:
https://godbolt.org/z/Yasd9chf1
```cpp
template <typename... Args>
void format(const char *fmt, Args &&...args)
__attribute__((format(printf, 1, 2)));
void do_format() {
bool b = false;
format("%hhi %hhu %hi %hu %i %u", b, b, b, b, b, b);
}
```
Backtrace:
```console
expected non-matching
UNREACHABLE executed at /root/llvm-project/llvm/tools/clang/lib/Sema/SemaChecking.cpp:8812!
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++ -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 -Weverything <source>
1. <source>:7:53: current parser token ')'
2. <source>:5:18: parsing function body 'do_format'
3. <source>:5:18: in compound statement ('{}')
#0 0x00000000041b0358 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x41b0358)
#1 0x00000000041ad784 llvm::sys::CleanupOnSignal(unsigned long) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x41ad784)
#2 0x00000000040f1ab8 CrashRecoverySignalHandler(int) CrashRecoveryContext.cpp:0:0
#3 0x00007dac1ea42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
#4 0x00007dac1ea969fc pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x969fc)
#5 0x00007dac1ea42476 gsignal (/lib/x86_64-linux-gnu/libc.so.6+0x42476)
#6 0x00007dac1ea287f3 abort (/lib/x86_64-linux-gnu/libc.so.6+0x287f3)
#7 0x00000000040fd18a (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x40fd18a)
#8 0x0000000006af0676 (anonymous namespace)::CheckPrintfHandler::HandlePrintfSpecifier(clang::analyze_printf::PrintfSpecifier const&, char const*, unsigned int, clang::TargetInfo const&) SemaChecking.cpp:0:0
#9 0x0000000007df9e51 clang::analyze_format_string::ParsePrintfString(clang::analyze_format_string::FormatStringHandler&, char const*, char const*, clang::LangOptions const&, clang::TargetInfo const&, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x7df9e51)
#10 0x0000000006affb6a checkFormatStringExpr(clang::Sema&, clang::StringLiteral const*, clang::Expr const*, llvm::ArrayRef<clang::Expr const*>, clang::Sema::FormatArgumentPassingKind, unsigned int, unsigned int, clang::FormatStringType, clang::VariadicCallType, bool, llvm::SmallBitVector&, (anonymous namespace)::UncoveredArgHandler&, llvm::APSInt, bool) SemaChecking.cpp:0:0
#11 0x0000000006affee3 clang::Sema::CheckFormatArguments(llvm::ArrayRef<clang::Expr const*>, clang::Sema::FormatArgumentPassingKind, clang::StringLiteral const*, unsigned int, unsigned int, clang::FormatStringType, clang::VariadicCallType, clang::SourceLocation, clang::SourceRange, llvm::SmallBitVector&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6affee3)
#12 0x0000000006b00477 clang::Sema::CheckFormatArguments(clang::FormatAttr const*, llvm::ArrayRef<clang::Expr const*>, bool, clang::VariadicCallType, clang::SourceLocation, clang::SourceRange, llvm::SmallBitVector&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6b00477)
#13 0x0000000006b00eab clang::Sema::checkCall(clang::NamedDecl*, clang::FunctionProtoType const*, clang::Expr const*, llvm::ArrayRef<clang::Expr const*>, bool, clang::SourceLocation, clang::SourceRange, clang::VariadicCallType) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6b00eab)
#14 0x0000000006b0314c clang::Sema::CheckFunctionCall(clang::FunctionDecl*, clang::CallExpr*, clang::FunctionProtoType const*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6b0314c)
#15 0x0000000006ddd0cc clang::Sema::BuildResolvedCallExpr(clang::Expr*, clang::NamedDecl*, clang::SourceLocation, llvm::ArrayRef<clang::Expr*>, clang::SourceLocation, clang::Expr*, bool, clang::CallExpr::ADLCallKind) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6ddd0cc)
#16 0x00000000071650a6 FinishOverloadedCallExpr(clang::Sema&, clang::Scope*, clang::Expr*, clang::UnresolvedLookupExpr*, clang::SourceLocation, llvm::MutableArrayRef<clang::Expr*>, clang::SourceLocation, clang::Expr*, clang::OverloadCandidateSet*, clang::OverloadCandidate**, clang::OverloadingResult, bool) SemaOverload.cpp:0:0
#17 0x0000000007165d30 clang::Sema::BuildOverloadedCallExpr(clang::Scope*, clang::Expr*, clang::UnresolvedLookupExpr*, clang::SourceLocation, llvm::MutableArrayRef<clang::Expr*>, clang::SourceLocation, clang::Expr*, bool, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x7165d30)
#18 0x0000000006dd8aea 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+++0x6dd8aea)
#19 0x0000000006dddf6c 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+++0x6dddf6c)
#20 0x000000000690f927 clang::Parser::ParsePostfixExpressionSuffix(clang::ActionResult<clang::Expr*, true>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x690f927)
#21 0x00000000069085fa clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x69085fa)
#22 0x000000000690a857 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x690a857)
#23 0x000000000690a8e9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x690a8e9)
#24 0x000000000690f119 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x690f119)
#25 0x0000000006993819 clang::Parser::ParseExprStatement(clang::Parser::ParsedStmtContext) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6993819)
#26 0x000000000698aba2 clang::Parser::ParseStatementOrDeclarationAfterAttributes(llvm::SmallVector<clang::Stmt*, 24u>&, clang::Parser::ParsedStmtContext, clang::SourceLocation*, clang::ParsedAttributes&, clang::ParsedAttributes&, clang::LabelDecl*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x698aba2)
#27 0x000000000698ba19 clang::Parser::ParseStatementOrDeclaration(llvm::SmallVector<clang::Stmt*, 24u>&, clang::Parser::ParsedStmtContext, clang::SourceLocation*, clang::LabelDecl*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x698ba19)
#28 0x0000000006993f2e clang::Parser::ParseCompoundStatementBody(bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6993f2e)
#29 0x000000000699474a clang::Parser::ParseFunctionStatementBody(clang::Decl*, clang::Parser::ParseScope&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x699474a)
#30 0x000000000689b13b clang::Parser::ParseFunctionDefinition(clang::ParsingDeclarator&, clang::Parser::ParsedTemplateInfo const&, clang::Parser::LateParsedAttrList*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x689b13b)
#31 0x00000000068d15cd 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+++0x68d15cd)
#32 0x000000000688e50e clang::Parser::ParseDeclOrFunctionDefInternal(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec&, clang::AccessSpecifier) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x688e50e)
#33 0x000000000688ecaf clang::Parser::ParseDeclarationOrFunctionDefinition(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec*, clang::AccessSpecifier) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x688ecaf)
#34 0x0000000006896563 clang::Parser::ParseExternalDeclaration(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6896563)
#35 0x0000000006897475 clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&, clang::Sema::ModuleImportState&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6897475)
#36 0x000000000687842a clang::ParseAST(clang::Sema&, bool, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x687842a)
#37 0x0000000004aecd68 clang::CodeGenAction::ExecuteAction() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4aecd68)
#38 0x0000000004dd8b75 clang::FrontendAction::Execute() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4dd8b75)
#39 0x0000000004d54a0e clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4d54a0e)
#40 0x0000000004ecf74d clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4ecf74d)
#41 0x0000000000db8ce0 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xdb8ce0)
#42 0x0000000000daf84a ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, llvm::ToolContext const&, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>) driver.cpp:0:0
#43 0x0000000000daf9cd int llvm::function_ref<int (llvm::SmallVectorImpl<char const*>&)>::callback_fn<clang_main(int, char**, llvm::ToolContext const&)::'lambda'(llvm::SmallVectorImpl<char const*>&)>(long, llvm::SmallVectorImpl<char const*>&) driver.cpp:0:0
#44 0x0000000004b55ea9 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
#45 0x00000000040f1f54 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x40f1f54)
#46 0x0000000004b564bf 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
#47 0x0000000004b17822 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4b17822)
#48 0x0000000004b187ce 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+++0x4b187ce)
#49 0x0000000004b1ff05 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4b1ff05)
#50 0x0000000000db5209 clang_main(int, char**, llvm::ToolContext const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xdb5209)
#51 0x0000000000c66b74 main (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xc66b74)
#52 0x00007dac1ea29d90 (/lib/x86_64-linux-gnu/libc.so.6+0x29d90)
#53 0x00007dac1ea29e40 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29e40)
#54 0x0000000000daf2e5 _start (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xdaf2e5)
clang++: error: clang frontend command failed with exit code 134 (use -v to see invocation)
Compiler returned: 134
```
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJzkW1tz4zh2_jX0C0oqErw_-IGWW7ueeLddVs-m8qQCQVBCTAEMAHrk_fUpAJR4ESXbM1bXZNLltiXidr7vXHAIHiIp6YYRcuuEd054f4MateXi9mWGhOC_yZucF2-3z6QWvGgwEY6fOW62VaqW-iNcOnC54UXOKzXnYuPA5b8duPwvJIsUb0vPcTMncu0PrmvHzRTZ1RVSBDj-Qr3VhKEdmc_nIBMb6fjfHDd75bQAJRc7pByYYM6kAniLBHBgVu6UAxemM3Bg5MBoPp8jPRSmjpuB9RopJWjeKLJeOzBxYHKcqRaUqVIP9_QvqIfYH_9Oy9muXPD1cYgDU-DEuhWAnPMK5MDx70GJKknsKAB6naEDw-2WAvOnMX_sF_PZfGxMrwXIL_w6CBTf9-mzIt4h_KIEwsQqoiOXM8kr4rgZ2dcEK1IAxtlshxTeUrZx3OzXfz5_yxZ_z-4evwGyJ7jRfZACDlwKzpUDl1X1upvVgv83wYevDlwqzivpwCWuENP6rWjuwOWK7FD7Z7El-IWyzVwr2M-SxIMO1Jp_evyWrb4B2eQ7qgACebMBgtRcKKA4GNkQVdsmn2O-61YeyUOlbIiWBCBWAMpw1RQEqC0BWCC5BfmRGrgAtdAmi4mUpACSN8Je1iORlBxTpOGLhgGJBa3V3HGzlUL4BRTNrrbkunPHTZ8E3wi0A0hsmh1hSousOeO1lgnzXU0rImZkX1dcEHEgaoakJEJRzuRMiYa9OHCZU9bxeOfAOzDbgBnXs6G61nM2qm7UXILZTmMHs9k-iWZI7mbyjSm0d_x7yhSpwKxkfPZKRM4l0e1gtgKz2QbjmdYW3iLKHP_-opS6s2SolluuwKzEvOJiVlC0YVwqiqVdwzA7vPyf5JWIN6WtSvtwy63xXE8TNrjmZ7HjZ6GvScONEIQpUCMhiQCKvxAGHBgbJ4wdN4MTw0PHz7xED9fD9Jplw7DmFejIpMf3HFbP4l-chTKg2eANK4BUSBGtU2C8N9aeHt-3Erlay74L3L17-Bd4ueuHCTDm6WeOn8k3aT886dhi7OeHtcCk6yTQb2sulSBoZ0LWAlCmTGTRq36JITnwzt234nXCe0PhUREnwZTwi4og1tTf2YpuGKocmDTMbAoFqLhe4gqiGmE6UeFAVLf0UJ6AhTa-Z4K5Njgr298RKyq9YtJyOOiz4EyRvWoDkWv-2_n9dv64QNgjKIAhdFtQNp7tk2gdBbOKsmY_27DGNuC55PPIiqyHdAIHwwnTKC0xqNVWEFSsX2hVfW52M76bPRyLG8QR2EhDwWfFDuKomzgaTgyTuPQBynVI_tS0ZmA3bTxSX-El6Mttxk7bLZr0F41Q6UZxpBdFjLO3HW8k0LmFrI0_pq2p673KOGt5MCVz3X6xDauaYFpSY2VWCNMFMVS9_Zus2zSic_tuADDJSuvkJmVpL2T6wtGpjOkuQG_uH0hsiHpgJe9NkYKJ3bVv1GmfgLgoUxJ6YEJiGx3XUgl6aHrSMbiV3l6exDoxcmku2UFHb5wGfHqhW-ERsc332uh9yNo7pCxMHnaFkNTyZ81LB093ZF5lHiGAtTb6FHzb1yM7sZnRGIzt_UgVEag6R4qebNDWBetMCPT2TErHX5wd4H8bL6pF6Wkta3OYJ530s81_UFZMGeYFQ-1D__FWk1Hzv5CgqKB4garq0Gz11cey2qGquqPqXwQrfrCedxz3V2ZCPCkyMTK7HkdPqwcr8cFGLjiQVrE3VjEh_jR_i07v2TER7G_y19TPh8zoukrsi2DyqkeOkXarycZnxDbkXZ1_uQu3GuxceJBVRLnrBnH8Kf2ekJYp9cc99OARfwnOLasd5_6Yc4Lyac5NLNWAh0T_E-1IcU9wdRofl23q_yS44pqmqwbSCTV9Rg8XtXsVPRCUd3oIRnrwvQBfsv2W2lN9HFqmVaL72z3wM8q6BnwNsIMfDuAXReHiM_DvGloVz0Ty6pUUHZxkZB2nAC8Y6qmdfMQAp_eISybXE2zCWo9g7Lr3j_qC3VS-XgGW4k4B0SA59aLQRRFYUkbl9vsrERVHxTm6z2RQmGvPmXL106u_MtFq9JHzl6ae7nVJTf9oFMorciVt9a4e2FggVtACKbIiExHtpJfpcq4XZZtnIpvqJBk6dJhIhuKxwgrfveAx7yrxr6Sug3Nd697Dst05TzKKXgki6IIuvkADf1luW_Y6btPxzlBGZ3aGDKvv7P8wt1cJ8mXUBXk4vEdO3TKFgwTbHDOI_pEDl6qkey0ikZJytmrKku6H5GYmb2gD2CQhcAGUaMzh7hVQWhwdSm-EMglLdBHlAknVQRyC022m0-Hubmj_J4cgbzVfcCGI4USnUXdki16pzufHY6-icgu3IwOOyEBJeFnlv4uMPxcDGmPHgH_CAEkvMpCZR6z6nvIcD5cwXgcQSTtAwdiLPe8yoD8LDC1oB2OY8qepn3wAxurwDGiI5KRvsVI71T5fuAoYI24HJhqCSVCO4EUwRyDfhb4nQcJsDVmpiMgOj8SHR1bmeKA9GxhEWQ21jbIwaEyQHYeld_i5uFmNt0c7vi_k5GoXezyinFTHe7ErqMcooFNPPFJPjt6xtWn1_Cn1cX0uNVsdl8nYb0tILu8o7QPcI6d3vHhzYHKtDNKK1AmcjgQO4uByPnA4ChkL3BszfY5wakY277zKSZ4FcoQ5fPYdJWnu-fmHYN6TkjKqTraHJ_sE_2D_x6P_i3b8o60XOnkOdGbUI1KkixeP9GonTpaQjq5hlpgUXoiLi9A0D38TvKnPsrSqCT5F2_E37d8fjKdnWZ44evlIBG_nW3JhjkAfGL0a84bbjvlhSpokJHQvBxDN4HfRM9cHpoiwpQ9fvDG9q80MYyJl75nzFfgyjHR8-WO-MCrf5avdsQa0nfXyL2dtbHE_hzWMyo61YBQOozDy30kvrVEN9_ufwNQ1Yp1G23ERjriIgzi8yMUPXj-S10Na0Sfhe43-pyFPapTzHIOjORSZyHi6Y5p_8KKpyMOu5kKZHfZK-6OF2ZEwTNGTOAngaRqQrX6cPdy-9smXFakTeFilgwguomTwvIAX5G-E2eOXw4GLKRRtL7UFsV9c12MF6cQc5INBUST50LiWQm97rJiQ80oSWhk6CdOhhGGAhhvOol3zgUmFmK3VPeXyPKSr2G8r5xFFMKxtJLiMg2J4jmjk7cC8HhOA5BLYq4SgVr5O-kG65RZ5gokLMPbWO0TZ2dKMQUVSe6w6rlJ65bS4DggrZYcBDjGgMgkQONC-8H6YuDB9h_iwq6tJQKOaGD1HmyYOsueuxwNTopH0lTyTcsGUjcRd82vZVokuaUVWb1KRXXvsWgj6SsTpk6TAH8NKsSlD6S16KOJdC6MXamtwP400teW9jp9hVFU5wi_rkh02koMlHApgtkh0D83eY6gtO3JgXKFdXiBTFfw7BYSJLaM9qc34wPjzLA_ykSAPQ4JSY7vnaTatNkZeIs422IVbH194C77bIVaMw-2km0nV9uOmwg9VA4uyhUftvm598Dhgvcb7vefZLzmSFB-LDxdWgb3O-sJaCUSVPDSPpkNVpWOWPVBp23WXbHRkbGmf0vhIhSn4hecTygjH9ctl2C-1nqpSti3PDVuhklRvAy4v6-0K0dVK3EWmaGRcUZAPbhH-3xmHZnxeI6Hm7nkrGCZYuRcnEJ5lzWgNnaQwByoHe-xooO5w7izkQtdsVEF7BPalpmRhd6aUjEhJYkw-S8ovPJfnGfmF549UntvfTiPt0QJqRIXdfT5DYmsmP4VKTVZHZTqisizd8JzY973Pg0xuIoU7p4KfSOXXhzRLz5G80B0ljCF02yP7P5YofH2SqCXr5B4mujiK8jgAWuKvXthO3S0MR--KpEX6yXdmzJBuQn88IQlcsF7rMWupkFDrHqwPL0GC3hLBOPWEJAR28i_Xk5ncLt1v8zNAhNC7SmbNC5Tt3R3Arf2XiFakAL9RtQVkT7U5FQR4fqBlbCQBs1egOJCEANq769IrHe62gCCqEYxo99Mj---C3hS3fpH6Kboht14cpm7kJn58s711C5_AKMQl9GHphX7hBQGGxA9cWJAkQDf0FrowdFOYeNB1_Wie5sjHReHC2HUTGEVO4JIdotVcu8Wci82NeSvz1os8Nw5vKpSTSppXiSE8BIEDfPvmq27Q2ZD-Ft7fiFvzlmfebKQTuBWVSnZzK6oq82KynSq8B5Mvt4Kf_GrrTSOq29__-mrL1est_N8AAAD__0MKETE">