| // Part of the Crubit project, under the Apache License v2.0 with LLVM | |
| // Exceptions. See /LICENSE for license information. | |
| // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | |
| #include <memory> | |
| #include "rs_bindings_from_cc/support/cxx20_backports.h" | |
| #include "rs_bindings_from_cc/support/offsetof.h" | |
| #include "rs_bindings_from_cc/test/golden/lifetimes.h" | |
| #pragma clang diagnostic push | |
| #pragma clang diagnostic ignored "-Wthread-safety-analysis" | |
| #pragma clang diagnostic pop |