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

    <tr>
        <th>Summary</th>
        <td>
            clang++ 21 crash
        </td>
    </tr>

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

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

    <tr>
      <th>Reporter</th>
      <td>
          apache-hb
      </td>
    </tr>
</table>

<pre>
    ```
elliothb@ELLIOT-SERVER:~/github/bezos/build/packages/kernel$ /home/elliothb/github/bezos/install/llvm/bin/clang++ bug.cpp 
In file included from /home/elliothb/github/bezos/sources/kernel/test/system/device.cpp:1:
In file included from /home/elliothb/github/bezos/sources/kernel/test/system/system_test.hpp:4:
In file included from ../../../sources/kernel/include/system/system.hpp:6:
In file included from ../../../sources/kernel/include/std/vector.hpp:5:
In file included from /home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/memory:943:
In file included from /home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/allocator.h:17:
In file included from /home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/allocate_at_least.h:14:
In file included from /home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/allocator_traits.h:17:
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:260:3: error: unknown type name 'requires'
  260 | requires(__has_pointer<_Tp>::value)
      | ^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:260:32: error: no member named 'value' in '__has_pointer<type-parameter-0-0, void>'
 260 |   requires(__has_pointer<_Tp>::value)
      | ~~~~~~~~~~~~~~~~~~~~^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:260:38: error: expected ';' after top level declarator
  260 | requires(__has_pointer<_Tp>::value)
      | ^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:261:21: error: use of undeclared identifier '_Tp'
  261 | struct __pointer_of<_Tp> {
      | ^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:266:3: error: a type specifier is required for all declarations
  266 | requires(!__has_pointer<_Tp>::value && __has_element_type<_Tp>::value)
 | ^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:266:73: error: expected ';' after top level declarator
  266 | requires(!__has_pointer<_Tp>::value && __has_element_type<_Tp>::value)
 | ^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:267:21: error: use of undeclared identifier '_Tp'
  267 | struct __pointer_of<_Tp> {
      | ^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:272:3: error: a type specifier is required for all declarations
  272 | requires(!__has_pointer<_Tp>::value && !__has_element_type<_Tp>::value &&
 | ^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:273:59: error: expected ';' after top level declarator
  273 | __has_element_type<pointer_traits<_Tp>>::value)
      | ^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:274:21: error: use of undeclared identifier '_Tp'
  274 | struct __pointer_of<_Tp> {
      | ^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:287:3: error: unknown type name 'requires'
  287 |   requires requires { typename __pointer_of_t<_Tp>; }
      | ^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:287:32: error: expected a qualified name after 'typename'
  287 |   requires requires { typename __pointer_of_t<_Tp>; }
      | ^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:287:51: error: expected '(' for function-style cast or type construction
  287 | requires requires { typename __pointer_of_t<_Tp>; }
      | ~~~~~~~~~~~~~~~~~~~^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:287:54: error: expected ';' after top level declarator
  287 |   requires requires { typename __pointer_of_t<_Tp>; }
      | ^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:288:24: error: use of undeclared identifier '_Tp'
  288 | struct __pointer_of_or<_Tp, _Up> {
      | ^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:296:1: error: unknown type name 'concept'
  296 | concept __resettable_smart_pointer = requires(_Smart __s) { __s.reset(); };
      | ^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:296:47: error: '_Smart' does not refer to a value
  296 | concept __resettable_smart_pointer = requires(_Smart __s) { __s.reset(); };
      | ^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:295:17: note: declared here
  295 | template <class _Smart>
      | ^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:299:1: error: unknown type name 'concept'
  299 | concept __resettable_smart_pointer_with_args = requires(_Smart __s, _Pointer __p, _Args... __args) {
      | ^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:299:57: error: '_Smart' does not refer to a value
  299 | concept __resettable_smart_pointer_with_args = requires(_Smart __s, _Pointer __p, _Args... __args) {
      | ^
/home/elliothb/github/bezos/install/llvm-libcxx/include/c++/v1/__memory/pointer_traits.h:298:17: note: declared here
  298 | template <class _Smart, class _Pointer, class... _Args>
      |                 ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
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: /home/elliothb/github/bezos/install/llvm/bin/clang-21 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -dumpdir a- -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name bug.cpp -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/home/elliothb/github/bezos/build/packages/kernel -fcoverage-compilation-dir=/home/elliothb/github/bezos/build/packages/kernel -resource-dir /home/elliothb/github/bezos/install/llvm/lib/clang/21 -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13 -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/x86_64-linux-gnu/c++/13 -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/backward -internal-isystem /home/elliothb/github/bezos/install/llvm/lib/clang/21/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -fcolor-diagnostics -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /tmp/bug-36fd83.o -x c++ bug.cpp
1.      <eof> parser at end of file
2. ../../../sources/kernel/include/std/rcuptr.hpp:7:1: parsing namespace 'sm'
3.      ../../../sources/kernel/include/std/rcuptr.hpp:148:5: parsing struct/union/class body 'sm::RcuSharedPtr'
4. ../../../sources/kernel/include/std/rcuptr.hpp:198:35: parsing function body 'sm::RcuSharedPtr::~RcuSharedPtr<T>'
 #0 0x000055ca00edb804 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x16c0804)
 #1 0x000055ca00edbd08 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0
 #2 0x00007fa57681c520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
 #3 0x000055ca02267594 clang::CXXRecordDecl::defaultedDestructorIsConstexpr() const (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x2a4c594)
 #4 0x000055ca0229015f CheckConstexprDestructorSubobjects(clang::Sema&, clang::CXXDestructorDecl const*, clang::Sema::CheckConstexprKind)::$_0::operator()(clang::SourceLocation, clang::QualType, clang::FieldDecl const*) const SemaDeclCXX.cpp:0:0
 #5 0x000055ca02266f7a clang::Sema::CheckConstexprFunctionDefinition(clang::FunctionDecl const*, clang::Sema::CheckConstexprKind) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x2a4bf7a)
 #6 0x000055ca0222b73f clang::Sema::ActOnFinishFunctionBody(clang::Decl*, clang::Stmt*, bool) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x2a1073f)
 #7 0x000055ca020ff92d clang::Parser::ParseFunctionStatementBody(clang::Decl*, clang::Parser::ParseScope&) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x28e492d)
 #8 0x000055ca0208625a clang::Parser::ParseLexedMethodDef(clang::Parser::LexedMethod&) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x286b25a)
 #9 0x000055ca020855d0 clang::Parser::ParseLexedMethodDefs(clang::Parser::ParsingClass&) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x286a5d0)
#10 0x000055ca020abbda clang::Parser::ParseCXXMemberSpecification(clang::SourceLocation, clang::SourceLocation, clang::ParsedAttributes&, unsigned int, clang::Decl*) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x2890bda)
#11 0x000055ca020aa067 clang::Parser::ParseClassSpecifier(clang::tok::TokenKind, clang::SourceLocation, clang::DeclSpec&, clang::Parser::ParsedTemplateInfo&, clang::AccessSpecifier, bool, clang::Parser::DeclSpecContext, clang::ParsedAttributes&) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x288f067)
#12 0x000055ca02093c68 clang::Parser::ParseDeclarationSpecifiers(clang::DeclSpec&, clang::Parser::ParsedTemplateInfo&, clang::AccessSpecifier, clang::Parser::DeclSpecContext, clang::Parser::LateParsedAttrList*, clang::ImplicitTypenameContext) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x2878c68)
#13 0x000055ca021045c9 clang::Parser::ParseDeclarationAfterTemplate(clang::DeclaratorContext, clang::Parser::ParsedTemplateInfo&, clang::ParsingDeclRAIIObject&, clang::SourceLocation&, clang::ParsedAttributes&, clang::AccessSpecifier) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x28e95c9)
#14 0x000055ca02103dc1 clang::Parser::ParseTemplateDeclarationOrSpecialization(clang::DeclaratorContext, clang::SourceLocation&, clang::ParsedAttributes&, clang::AccessSpecifier) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x28e8dc1)
#15 0x000055ca0210387f clang::Parser::ParseDeclarationStartingWithTemplate(clang::DeclaratorContext, clang::SourceLocation&, clang::ParsedAttributes&) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x28e887f)
#16 0x000055ca0208f9a6 clang::Parser::ParseDeclaration(clang::DeclaratorContext, clang::SourceLocation&, clang::ParsedAttributes&, clang::ParsedAttributes&, clang::SourceLocation*) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x28749a6)
#17 0x000055ca02079985 clang::Parser::ParseExternalDeclaration(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec*) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x285e985)
#18 0x000055ca020a4a5e clang::Parser::ParseInnerNamespace(llvm::SmallVector<clang::Parser::InnerNamespaceInfo, 4u> const&, unsigned int, clang::SourceLocation&, clang::ParsedAttributes&, clang::BalancedDelimiterTracker&) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x2889a5e)
#19 0x000055ca020a45e0 clang::Parser::ParseNamespace(clang::DeclaratorContext, clang::SourceLocation&, clang::SourceLocation) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x28895e0)
#20 0x000055ca0208fa4e clang::Parser::ParseDeclaration(clang::DeclaratorContext, clang::SourceLocation&, clang::ParsedAttributes&, clang::ParsedAttributes&, clang::SourceLocation*) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x2874a4e)
#21 0x000055ca02079985 clang::Parser::ParseExternalDeclaration(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec*) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x285e985)
#22 0x000055ca02078a8d clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&, clang::Sema::ModuleImportState&) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x285da8d)
#23 0x000055ca02075dca clang::ParseAST(clang::Sema&, bool, bool) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x285adca)
#24 0x000055ca014f063d clang::FrontendAction::Execute() (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x1cd563d)
#25 0x000055ca0149bfc7 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x1c80fc7)
#26 0x000055ca0156f895 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0x1d54895)
#27 0x000055ca0048b447 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0xc70447)
#28 0x000055ca00488fd9 ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, llvm::ToolContext const&) driver.cpp:0:0
#29 0x000055ca0048885d clang_main(int, char**, llvm::ToolContext const&) (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0xc6d85d)
#30 0x000055ca00492388 main (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0xc77388)
#31 0x00007fa576803d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
#32 0x00007fa576803e40 call_init ./csu/../csu/libc-start.c:128:20
#33 0x00007fa576803e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
#34 0x000055ca00487995 _start (/home/elliothb/github/bezos/install/llvm/bin/clang-21+0xc6c995)
```
[bug-4930ea.cpp.txt](https://github.com/user-attachments/files/19722189/bug-4930ea.cpp.txt)
[bug-4930ea.sh.txt](https://github.com/user-attachments/files/19722188/bug-4930ea.sh.txt)
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJzsXEtz4za2_jX0BkUVCb4XXsiSNeO6ndt9276Z3rFA8FDCmCQYAHTLs8hvnwJIiSItqz22nDjJuJJuCiJwzvedBw4ebSIlW9cAl1ZwZQXLC9KqDReXpCF0A_Ymu8h4_nhphU7_nzOHsmRcbTLLd64_fbr5fGffXn_9-fqr5c1_tfBqzdSmzSy8yuBfXOq_W1bmFl41hN6TNeimexA1lBb2kYVXG16BhVf7YY8MwWqpSFlaeFWWD5X-gtUWXtGS1GsLX1n4CmXtekabBlnO_KZGBSsBsZqWbQ45KgSvXihJ8lbQkY4rBVLpbx6lAi07hwdGQQuzvLlrefP3F9k9pLp5tjFy_VNyZzMLr4Y_jgjo338qox8-PNvwSpv-Aajioh87eDtlY3-wS5bR7XYkl3ZuoWW7Fl5VUHHxaHnzxPd-B_Fp2iuAV6QsOSWGDe0-0YfQBlKi0hKIdi-t1Unv-g05SpUgTMkRVe8vvuGsVjASjkPH8ubadRAIwYV-aOv7mn-vkXpsANWkAmThSMAvLRM6GiLLmSOEQwdZ0QIN7XGabohMeyGWt0jvGsu71uC8-QMpW7BwYvrqH93XCq5_Z9x4BLzmqIIqA2FQ5xp2r3eEWK0_TiFqiuyGCFKBAmE7tmPhBXrgLNfIO6p2TKE3cfXrkZ_fn794xB9sG6CqI87yrjRtpFAgkOINKuEBSpQDLYnQIfDn8CI9TWJ3HD4SEC9QW3dYIUcsh1qxgoEwPnTXDEHkGghSiZYqlO5gp7zYI0dWdPVx8IZPsgXp8oRsgHYQmdyZM0cFF4iUg9kZr2WPPJwa3sLuD22PLBxaOETdi1BCBbVKtQInPOVDkBZ5bw6VvxBj0RvDKvpjhVWEzxVWEX6Lk-zf_ZGf9B0-gq-YwAqSt0ZX5BkkR-GPxR7w8VGnpch_W_xE_h8rfuLolUVsHE1Ks-HBiq5MZ9P3kIJUHXjAFbKi5QfjAR-PBYJ-aUmp7Z13hHQhYeFoB_NPTUvgPp8idJaMTFYt2prqdGpL9VgCokQqxEXnRZTXXUQwXo94Oh9LH6zI74jz35pb_2zupFc92H91do3j57JrynfTM16g9P8_XJ5Nwn5n8Ad5lvKaQqP2iJOudO2bUZoKkKAUyUpIZUWE2nGALG85Wgze6m9RmkoLJ8ZZ0lTOTG8TtMnON7wPRpIfjVjSHmCg6HDJOUhUc4UEFCZuEEFdCfEXJCvY7YBpRkD_vY-gDYgdJYFRVEHVlEQBsrwFLYmUqCfVu_44gJJXhkjyQqun35napESs5Sn7L1D6pfeSNO3SyVys5Ww2Q6np3LvIx-IteEPU_NX5i18USPHpQMIL1H_u0e9bDHJNwTTYpj8dCQVRpBwsqThHFakfuxaJoGJKQa5Hl4o3DavXqObfkRVc2YV5xy5ZxZTlLa1Az_xfPl3Pb6-RbLOKKURQ1q6RgIYLpT1ho1Qj9VoMr_ZczyivhnM1Q3Ij-D-BKs2ylK052UGkznfHAEhtAFFB5AZlhN4rQShoDRsBjeAUpIQcdYdCuln3JFJyyoguh0RbI0kFa9TMcua3itB7lLdV023uO7OOnS-CrwWpEBHrVi8xZefnbz0rtLGLbEpdZCvBmhLQNg7T0Lf71GOXrG639rpuka2pt3n2T2Rr7XImELGRnTOpQ8UuBACyaQlE2EQqO4OCC7A1H1Dnw3uGzwcQXYGjmykRuW0C0tY5TiK7Iqy2C1Z2DfuDTLsSYI5BdJld8RxK1DCK7IZRu6sfcfeBSbthgOyqEKQCe79_sSRlieyiImpjgxA1R3ZRNDbltTaZ9hleI7uouS14W-esXtv6XWRX-wqeC5uUjEitZtHW31md2yZXSMtbYmQrItagbNq0mkk79JGt2hpMwxpqEFrhHLJ2vQahv2L12vKW6zxDdmHabcqrhpUdypxptV9m5mdPlZFdUP4AgqzhPQYX0Lm2Hu-1HlmybDi9XmmfNCarSWmz7hhWj9xKsX93TamFV7237r3UwivXG53FDn8cS5Cu976SjvT67YQfStLkE3r_nYj8uNBzWG2QfhIYp6R84auv5ODIu0-lwVY_0KdSnzff6d7_uQgT840AqicCuyJU6JR0MI0hN0F2sa5bqnOmZLy2vKU_wzMX2YW8Z43Nc2HTDdB7m9X2uip0sG-3Nmx1NcN4rfPU6APlJRd2zsi65lIxqttIngvJ1shepunfFov07_Ofr9PlP-ZfVzhdrG7S-e1Plrd0kc01BFU1JiOsbS8s8tibcWRvER1fO7GcudtPXZa3AF7oJWlDhASBiEJ6TuCFOUy3nDmeveIKhaBto3ZXKKJd8axFmKJATyUNoaZmllVXLnu9Rm8U5vpxf2tjL66bHbR9a20kExVSooznj70CZsP3K21vN7q0-qJEp5L_ZuiuqeC8kTq73ajTCpiWX8dNi7vhANrCnoOcreM4ThBQ4jiQZ7HjIxP-prN8lN3DF8FqZWqXu676iYeXBPmecqkEkMrs_i8Qq5Upg_Xi8gwVjIWvnK0bUid2_N1BFPbcqeq5E6Nbtq5J-XdS56WuUWOjyQJJtmZ1wVNl4fn-IF4_Jn0P2d9ucsz_nQDcC4gKEkRh7NIAOz2mLnEdSUO6XJ9JPguNzj4OsDNo7B1qjHEYBYmPuvRqiFx8-_YVKBf5EmjZNeVQkLZUkC9hV6DcyIWuVmDbiG713u0_npdtTHwaJAds-2PdE8cNCrTQiWmvzaDibZvxTFfUevV0APAWKtK7yBj20FVD7wD1ppp277qMBP8Pq3OzizE3pb6fOt0jb6DbbOw2OcaqmCj81JebE0H_15Ly7rGBSfOKQZlPFNyxr3XTXy2-fTviSsHE8mERkZcgW_VxvoSC1azT9BDF8P2rWTu732RFRAa_CcfIcRZ5xXHt5lR9rlesZnKzg3XF88cxYBMZTyGqagc847x8B1SuE3nFgCoaoXKKIsH5oUJfzER48LxDdKuIMkeIL4X2ZKRbyrVjhucHGYOf4HwAGY9BxiEOyEnVPsEW8p9AbXi-hGKM7vDlg_feB0iY4eDAB5MJkCDInf8AiHweyZduPl7oYuCdoJAg76cQPec5Yygky_LTNll8-_aTubp2210Y2OW7F-fCk18aEflcKcGyVoHsk3tbmyvWOeqn32NefnamEifLycCUO2GKOGF0miltxNvdtYoxQ4rfdw93_B7qLnO-nCWNWQ_8dOp7okR-1-_A3dQFf_r-nFIYKblLeM-OupO94LWC7dQaR-13dsvEhRNGg2Xw2DKJR8P4JCnL4TbLHrp8mjzfjeLXU7tLeETBQPUndmyavqmaklGm7vpDz_2oZzdHFNMwHswxrkpdxw9o8lJzzAsFYsfnU4t0Z70_5ucldulTrR726_zm5nPW7dhOX5sG4lF3eJqxTjnA-efZJKDJYAB_YgAvp-5JpnZEHRjic5ffScn-dSTB_8gWfwjS4py6A2nBlLQ4Kl6cRBQRitXrfzC1eZ3zvoqwd6AkjoqBknBS5hQJCV9KyW_tLz9-YyrjPUqGyE9IOBA4qeqjJImDkwReb7uNwGeJPAcRB4mvm-Heg4kAkjgYmJiU_sQnAZxk4qauQfzvbk9utD10W5Gy_Nn8e6juVPHYIOP-3QywQH5rede7de2PKsu3O-UVKUlNIV-C2ZwFcScIvdfZ7F2qooQEMFCeTCkP4PQi5ZDtM8bu9Pt3wB3AsKLBzjRrEf-0q_03a_nEHxwHu__NWj0Tk4VFFJP49K7MHW8-wQOU3aL0kILPDfmlhW7HfOJifxO8bb5CYfbRn9h_v531E8_bEm6qhgtldn3eJ4sEOYnzgQJvQkGQ06f7A_Pbu2f3ZXfLyffZR4sDktNhkY5Hpa_rF07ojSy2EjqS63ze3a01bddboK0p2M5_xkDzIPQO6AzG-iVZQUebCAtz3A7iRg9eUxhp2Cs93rAdA3oHl3Bp7BR0WG7jUVnoBmERJ6P80Gs7QHngxzaJnkB9h4h288CPk4OIHlVkjh9nvh8hSt20Irr3QZUxF4I8mqhc0A0Rw2a4jtIFGreNT4DOCoFGju8fsB9PEMRFnqAd5Qv3zoTZ8WrppmrKo3BMoA5d9Bj9jHdQKyUoF-wBxOQ0QuuUTHWKgz7qdrzuqqsNEYak-csknpfJMI-DIRYnR5V-gr04Rlrfcxsw8uJhe2R_zNifAjpenjgoTUuW0VTqhWRKSVka4tBMDybb_Unvo8yh0YLrRpX96eC0k7mlF5hLemEvEk9Fgu8g04HVTE2ldI96aNsMPaN6LGzuovcW3588jkYcgTim_9GRvchcyOwH9ieuFCVJgLohz-0NNNlnhoPfzWEFV1m7tv3Ec4BoX5-prbKCpYXjE5f_WgnCJkoRuuku2-FVwUpzKO8mEcZunPRXICYDd_JHMuXmTCLjsch-XJxc5JdenngJuYBLN_J9PwkTL7rYXMYBEAicEDshySLfTRwHF4lHA0rBD3F0wS6xgwPHdzHGOA6iGYkBIIaCZpAkMY4s34GKsHKmiZ9xsb4wFyAvXS8InPCiJBmU0vyiFIz7e0DYCpYX4tLc88vatbR8p2RSyWEIxVQJl_3r5s4IdrvrkxetKC9ffyez1-rhEv87AAD__zGp-sA">