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

    <tr>
        <th>Summary</th>
        <td>
            clang crash on x86_64-linux-gnu: Assertion `castIsValid(op, S, Ty) && "Invalid cast!"' failed
        </td>
    </tr>

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

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

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

<pre>
    Compiler Expoloer: https://godbolt.org/z/Prc4q3Gzo
```console
<source>:2:1: warning: incompatible redeclaration of library function 'fabs' [-Wincompatible-library-redeclaration]
    2 | fabs (char  __x)
      | ^
<source>:2:1: note: 'fabs' is a builtin with type 'double (double)'
clang: /root/llvm-project/llvm/lib/IR/Instructions.cpp:2974: static llvm::CastInst* llvm::CastInst::Create(llvm::Instruction::CastOps, llvm::Value*, llvm::Type*, const llvm::Twine&, llvm::InsertPosition): Assertion `castIsValid(op, S, Ty) && "Invalid cast!"' 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 -fno-verbose-asm -c --gcc-toolchain=/opt/compiler-explorer/gcc-snapshot -fcolor-diagnostics -fno-crash-diagnostics <source>
1.      <source>:10:1: current parser token 'int'
2.      <source>:2:1: LLVM IR generation of declaration 'fabs'
3.      <source>:2:1: Generating code for declaration 'fabs'
 #0 0x0000000003bffbb8 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3bffbb8)
 #1 0x0000000003bfd8bc llvm::sys::CleanupOnSignal(unsigned long) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3bfd8bc)
 #2 0x0000000003b4adb8 CrashRecoverySignalHandler(int) CrashRecoveryContext.cpp:0:0
 #3 0x000070d7e6e42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
 #4 0x000070d7e6e969fc pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x969fc)
 #5 0x000070d7e6e42476 gsignal (/lib/x86_64-linux-gnu/libc.so.6+0x42476)
 #6 0x000070d7e6e287f3 abort (/lib/x86_64-linux-gnu/libc.so.6+0x287f3)
 #7 0x000070d7e6e2871b (/lib/x86_64-linux-gnu/libc.so.6+0x2871b)
 #8 0x000070d7e6e39e96 (/lib/x86_64-linux-gnu/libc.so.6+0x39e96)
 #9 0x0000000003526da4 (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3526da4)
#10 0x0000000003f64820 clang::CodeGen::CodeGenFunction::EmitAsmStmt(clang::AsmStmt const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3f64820)
#11 0x0000000003f68695 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3f68695)
#12 0x0000000003f70004 clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3f70004)
#13 0x0000000003fd94a4 clang::CodeGen::CodeGenFunction::EmitFunctionBody(clang::Stmt const*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3fd94a4)
#14 0x0000000003fec0a8 clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3fec0a8)
#15 0x000000000405380a clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl, llvm::GlobalValue*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x405380a)
#16 0x000000000404ea85 clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x404ea85)
#17 0x000000000404ee6b clang::CodeGen::CodeGenModule::EmitGlobal(clang::GlobalDecl) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x404ee6b)
#18 0x0000000004059643 clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) (.part.0) CodeGenModule.cpp:0:0
#19 0x00000000045838d6 (anonymous namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef) ModuleBuilder.cpp:0:0
#20 0x00000000045745d8 clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x45745d8)
#21 0x000000000652bc74 clang::ParseAST(clang::Sema&, bool, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x652bc74)
#22 0x0000000004581488 clang::CodeGenAction::ExecuteAction() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4581488)
#23 0x000000000483c3e9 clang::FrontendAction::Execute() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x483c3e9)
#24 0x00000000047bc12e clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x47bc12e)
#25 0x000000000492752e clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x492752e)
#26 0x0000000000cafdff cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0xcafdff)
#27 0x0000000000ca799a ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, llvm::ToolContext const&) driver.cpp:0:0
#28 0x00000000045c46d9 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
#29 0x0000000003b4b264 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3b4b264)
#30 0x00000000045c4ccf 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
#31 0x000000000458af6d clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x458af6d)
#32 0x000000000458c05d 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+0x458c05d)
#33 0x0000000004593415 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4593415)
#34 0x0000000000cacc43 clang_main(int, char**, llvm::ToolContext const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0xcacc43)
#35 0x0000000000b81294 main (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0xb81294)
#36 0x000070d7e6e29d90 (/lib/x86_64-linux-gnu/libc.so.6+0x29d90)
#37 0x000070d7e6e29e40 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29e40)
#38 0x0000000000ca744e _start (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0xca744e)
clang: error: clang frontend command failed with exit code 134 (use -v to see invocation)
ASM generation compiler returned: 134
<source>:2:1: warning: incompatible redeclaration of library function 'fabs' [-Wincompatible-library-redeclaration]
    2 | fabs (char  __x)
      | ^
<source>:2:1: note: 'fabs' is a builtin with type 'double (double)'
clang-20: /root/llvm-project/llvm/lib/IR/Instructions.cpp:2974: static llvm::CastInst* llvm::CastInst::Create(llvm::Instruction::CastOps, llvm::Value*, llvm::Type*, const llvm::Twine&, llvm::InsertPosition): Assertion `castIsValid(op, S, Ty) && "Invalid cast!"' 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-20241205/bin/clang-20 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -dumpdir /app/output.s- -disable-free -clear-ast-before-backend -main-file-name example.c -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -fno-verbose-asm -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debug-info-kind=constructor -dwarf-version=4 -debugger-tuning=gdb -fdebug-compilation-dir=/app -fcoverage-compilation-dir=/app -resource-dir /opt/compiler-explorer/clang-assertions-trunk-20241205/lib/clang/20 -internal-isystem /opt/compiler-explorer/clang-assertions-trunk-20241205/lib/clang/20/include -internal-isystem /usr/local/include -internal-isystem /opt/compiler-explorer/gcc-snapshot/lib/gcc/x86_64-linux-gnu/15.0.0/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fcolor-diagnostics -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /tmp/example-447403.o -x c <source>
1.      <source>:10:1: current parser token 'int'
2.      <source>:2:1: LLVM IR generation of declaration 'fabs'
3.      <source>:2:1: Generating code for declaration 'fabs'
 #0 0x0000000003bffbb8 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0x3bffbb8)
 #1 0x0000000003bfd5ac SignalHandler(int) Signals.cpp:0:0
 #2 0x00007139e4642520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
 #3 0x00007139e46969fc pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x969fc)
 #4 0x00007139e4642476 gsignal (/lib/x86_64-linux-gnu/libc.so.6+0x42476)
 #5 0x00007139e46287f3 abort (/lib/x86_64-linux-gnu/libc.so.6+0x287f3)
 #6 0x00007139e462871b (/lib/x86_64-linux-gnu/libc.so.6+0x2871b)
 #7 0x00007139e4639e96 (/lib/x86_64-linux-gnu/libc.so.6+0x39e96)
 #8 0x0000000003526da4 (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0x3526da4)
 #9 0x0000000003f64820 clang::CodeGen::CodeGenFunction::EmitAsmStmt(clang::AsmStmt const&) (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0x3f64820)
#10 0x0000000003f68695 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0x3f68695)
#11 0x0000000003f70004 clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0x3f70004)
#12 0x0000000003fd94a4 clang::CodeGen::CodeGenFunction::EmitFunctionBody(clang::Stmt const*) (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0x3fd94a4)
#13 0x0000000003fec0a8 clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0x3fec0a8)
#14 0x000000000405380a clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl, llvm::GlobalValue*) (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0x405380a)
#15 0x000000000404ea85 clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0x404ea85)
#16 0x000000000404ee6b clang::CodeGen::CodeGenModule::EmitGlobal(clang::GlobalDecl) (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0x404ee6b)
#17 0x0000000004059643 clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) (.part.0) CodeGenModule.cpp:0:0
#18 0x00000000045838d6 (anonymous namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef) ModuleBuilder.cpp:0:0
#19 0x00000000045745d8 clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef) (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0x45745d8)
#20 0x000000000652bc74 clang::ParseAST(clang::Sema&, bool, bool) (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0x652bc74)
#21 0x0000000004581488 clang::CodeGenAction::ExecuteAction() (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0x4581488)
#22 0x000000000483c3e9 clang::FrontendAction::Execute() (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0x483c3e9)
#23 0x00000000047bc12e clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0x47bc12e)
#24 0x000000000492752e clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0x492752e)
#25 0x0000000000cafdff cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0xcafdff)
#26 0x0000000000ca799a ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, llvm::ToolContext const&) driver.cpp:0:0
#27 0x0000000000cab8de clang_main(int, char**, llvm::ToolContext const&) (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0xcab8de)
#28 0x0000000000b81294 main (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0xb81294)
#29 0x00007139e4629d90 (/lib/x86_64-linux-gnu/libc.so.6+0x29d90)
#30 0x00007139e4629e40 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29e40)
#31 0x0000000000ca744e _start (/opt/compiler-explorer/clang-assertions-trunk-20241205/bin/clang-20+0xca744e)
clang: error: unable to execute command: Aborted (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see invocation)
Execution build compiler returned: 254
```
Code:
```c
extern __inline  double
fabs (char  __x)
{
  register double __value;
  __asm __volatile__
 ("fabs"
     : "=t" (__value) : "0" (__x));
  return __value;
}
int
foo ()
{
  int i, j, k;
  double x = 0, y = ((i == j) ? 1 : 0);
  for (i = 0; i < 10; i++)
    ;
  fabs (x - y);
  return 0;
}
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJzsXF1z46jS_jXkhsIlIVmWL3Kh2MmcbM3WmZpMzV66EEIOGwR6AWWc8-vfAsnRh514MuPdzTm7W7OJjaB5ummaFv3MEGP4VjJ2CeZXYL6-II29V_oy5wm9yFXxdLlSVc0F0_B6VyuhmAZRBu-trQ2IMoBvAL7ZqiJXws6U3gJ88x-Abz5pGv9f9OE_CgQZSIL2D1XSKMFcU7QyqtGUgegaRBkGURY6sd-Illxu3UcuqapqYnkuGNSsYFQQTSxXEqoSCp5rop9g2Ujq2wBelCQ3AC8gmF-h34bDUdcbjcSA-RoEGYQQYggWK-iGQ4BTek80hJvNDuBl1wH6DmB-_Qp0qSxzvwdAuIEE5g0Xlkv4jdt7aJ9q5noUqnFqAZy2n9xUeAGCjArSqg_wjVbKAnwjxGOFaq1-Z3T_1f3iOcA3t5_dD2msbrwZzIzWtUO1XMROirHEcgr9mCgDUbYixrr-AGfHWttvmhHLAE77DoMp-hH_rg3Aq4GYr0Q0DOBs3Prlqd43Ogeww0ffuGQAJ-MBt9IwbT8pw_18eOk0yYxr9CudBNThNV-J4AXAqard-Dv348sTwEvoJSYQYHwrH10n6AYAHAKM3bqUhAtWzECQffp4nd1dQ9PkFbd-sbZQs1ppC62aOjm3900-o6oarMJ4bbgxDTMA30AiC-fBoikYtPcMUk3MPcwJfbCaUOaw1prVWlFmDCtg51J45UcSYxTlxLIC6kZCQzWvrcN7Zwl9gEVTuUUGQRbMQLD8pNVWkwoSvW0qJq3p_EfVDhPtti9iu1oozbRrc16GyN6kBlndyAeAb3Iu948h2hbfiC5RDNEWIuUkkrp2chtbN3ZmICqlQo9M58owREwFEYUIbSlFVilB7wmXIFq_isR1NpLU5l5ZiEqqhNKo4GQrlbGcdnN4642aR7swyEJnh8nODIP91qSN1kxaWBNtmIZWPTAfMLi07a7DR4Y_b-yPH7_-Cm8_wy2TrA9Aw3jUb3kQZNFrsj50MuQWUlUwWCr9siQIcBTAYBfs_4vysszzdLBVzJNpP3zSXFrvHV9a_xpsXk2-bZSxmpGq22tecbdP0p92E4Cvgl0HrAuYAEfhBHaR5vQY7JVgRDb1v-Ud30oiAE4b6Y-jAgrlhJ8XpIPRg8RjkDEp8hSunKt9ZlQ9Mv3UovoXkYVwc6Wd3UZ9VkpatrNd4A38_638qJO_CIoFS1iM5zjo1Gmj9y5NNkmMBJfNDm1l0z6gM6NmiYfsh_SA47HAZbIsKaztvWak2DxwId4m3Y_vpc-ncONFArfGm-CtsONF0gtOxoJxuigjSHIXZN8k1g_sxS4OxIb5mwWGeS8wHQuMlmyZvE2gH9ILXI4cbI6TgsRn9OdWYDud23PjWFEmcYoDuE8o3GZTBfvA5OjLTZc_tY3XFbeZqe5sZV0i1A_tGtsD3AeRc27MFmqvSDhRJE2W87crcqjFUIVJkpJpTZ4-sxJEq6Ha1up-QHR9brWdYr3a43hULoIgiN-utkvXVSMLp-xv3N6rxt5R5VKwdCSr7zVY1RXMlRI-VXth3my79WnenVBnPkNahXtzRGNzFMuY_IA59i1Xqnh61RvOqooH26sSj1VhNCDp21TpEgfmHo7V-CBUTsSaUTH26OfxXer90mwf9h1vZan-qA3uNe7tMR_aIw7mURqQU_b4VRWNYP3Ctnrvwa9ZyWX3vvA91mnb-xeWM2rb6dNrm4y1jRlJT4az49q-Ky29Hr2Wi6mWLMl_TMuXdTszfpbkPf504pPLJI7eiv-Lqj-yR9ahHWrRtuyXYFYTbWeBzyWHkiZJpIM1yiHieRqlhU9KiFTyqVKNgZJUzNQ-6V-O0LmAofRtVYu2uc1jX8f4QaumducgXsIW01XDRcH0ITQcjKEt4nkximpXhD4wWayUNE3lr41-AMT5FrwF-LzgeJRlJHOc08XofPnk3hazuy-TU4NVZHJUtr_PCLUD00PFEycI4_TY-ZENz74do41lXZNDdlZbegg9wNFZHacRjdhyCPBGu7ckWRxBeHZs7ew9ttHhGy9yGmIGJ6mQm-1WGkskZcft97IyZz4sO4Q9_vFhucSL-Rh_h7RX41FRcoj6QM1zHwgtsh736NgLKCmLsoSUhpuKuKHp8eT7nkwy7hUct-EVfFS8ODf8Fl-PfjFBv1guCdybehV-8Xt-oMNdRYT4yuhzxD2iyuSe08nobg9GeVeh-ePRgDs-ouY0ToqlN8ZA6P5CfKO9Pf3Tdou1V1EgyigRIif0YVPK8etOO3HnLqtwpaqKyGK6W4-um7FdP1W72YkzwMA4VnO59T2vu0V9HrDZ0N0uDNsvOTGcbozv3plw1Nk1bKwm3Jr944k4IoRzf6UHz12XrI_U3nFag_shAC8EqfKCALzoTYXT_Q3ULyo_shjLye1RjpN4eKV-5I6offK5kXekZOJpZMvX1-2892Ae67OrR8HUrSgt4d_ZLSYp2tH1H19xxvOUlEnxotX8epGDs29vylGgngx0HUZv6N_XNRslKQPFzpYBOIV7J5qmKDSYv9kcv6jcvGyLX1T-kZvxbcVr8fd57WvC3bL7y9vvN1_nIH-wEZ2ZeiOO06j5MorD-UuA14PPoxTgyNn_kvH_RCOeNfv0hunNFk_Oakr3r277XGMP2weO7LBE-cJJfMbswmHqEY9yuiBPQ7yMocN6vilbof2U01v4ZbF8YzXCD-kFTu_flywO4GbjxmyMJdpuBgp99xQsHkyRTpOwOGawFX7OtXFi20mfy-9Ma-WJDm0ttOxSfkg7D29LyG1Rn-24bct5YeTv9xvDIHqEVkHDGOSDhNzNkd39Oqwl7rFDzWyjJXP7zQn6hyVxgiWBcPAPUeIfosRfQJRAOMBxiIP5OJogHEBEaQiR1bwWDHbhrpEPUn2TfdiDiFXcIpX_DpGDWHB9yK5AEBXcELcxS80YRFQwohExFuWsVJqhvL1fg8jFWVRywZAkFYNsR6pasBmFqNJMdMEHVapgAtacQlRzigR7ZALi9gs3qOYMoqrUpGKoVlxad6iviRAQlRWx94hpLRVEZVkjqqRbHQuitZItRUOrRhZcbpHre4QZUnmXdltDaUQEJ4YZiMpGfuOyQNbpaUC0xhBZorfMIlo3zoAoiSGyjWS-wcdNp0HB8maLuCwVeuDuZWQ9kA9Ry1x5ZNr4jbiOuxFbpp0wHzzX2yKHqGwl0T4rQoXLdNbtgnhOyiPTZMte6aNZ65aoW8mfcag2XnXH041zKb8WkgjEzZOxrDr3DG4_djvw6FyNcXKdH4lTXb-P6POMYUvp8awgnM8C9_J1M5sd_jjS_xAU27kP9FCPrusROa-PfvsUEJU-jUCCu6AZLiEqt7KhQ7-c4VkIUWkeeI1UoRG9Z_QBcYm2VfkCH4oUhTZ8C9F6s_mwWm3-lX293qx_yz7f4M3q5naT3f0KonXYUbZs5YJKFxJQHC_iIJopiHaQ_kOiAmM20p9Ionr5CPlOQtWcUPgCPaltNkcYSfuX9EUYLVmc_DwjKRoLPDMjKZ7CPRcjaT4WfC5GUnIg9icZSYuxwJ9nJKXnYySd8uAhO-mQDPVO2UmnlJoylaaUq_8BptJpE4xZS-Hfh7V00jQTBhP-72AwnVRrwmaK_kZsppO2mTCb4v8ZZtMJzQ9YTvP_epbTSY0njKcDXtc7Yjx9hy4j9tPifbKf0nfLfpoSs94T--nU4k-ZUMH7YEKdgH3AippWYP9UVtRJG08YUvgvYkidwjllS0XvmC11Spcpcyp-h8ypUzpMWVTz98uiOqHKlFE15YO9B0bVlOWVpwX7CyvHJy3q8PUWTc9cRT4x_aSi_MyA2l93_HRFOZgKPH9FOTx7Rfnkmr1WXW4kyQWDVkHWboR9gdlX8nKlLfM0MKo089UsVvxYobpo_Cz93dnrNep2W3IlfWG2OF6kxvN4-Lf7QeBP3Lbe1v-dfxBk7UU53Gy4FFwyCLtybpC9UE0GiytfU9Zsy41luhsAN5tHn-VH7ePNhpjKNSpBLBdss2nvmlKAcXsDjPel6bbSh0G0tgBj12cvy23W9mHw_MTDcPnkHoZTejw7WKxBkLnoEGSlUnuuXo-dSwu5Cxa_ux8Pe1mdJjsIojUM3KMn_9GPT7n77L7-3uK6gaFHFwzQlErDfVcYgOgKuo8rGLafAb7yf_ZV-edhnal3EMGnQ-WCoVrPq3dRXEbFMlqSC3YZLqIojtJ5Mr-4v8zDch7iJEmjIErzYBnPk6BYBLRIiwVbzPEFv9zvC4xjHMczGpIkTMM8YgklOFqAOGAV4WLmgulM6e2FLwpfhmGaLvGFIDkTxv-jFBh3tSoM5usLfelryXmzNSAOBDfW9CIst4JdtluhrSQrCQ9ixB9SJb9otLj88UJ4p_bjJf7_AAAA__-p8Lzn">