// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// We use some C++20 stuff to ensure the correct mode is being used.
template <class T>
concept AlwaysTrue = true;
namespace functions // namespace functions
// BUILD_RUST_TESTS_BINDGEN_CPP_TEST_WITH_CPP_LINKAGE_CPP_H_