// 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. #include "base/compiler_specific.h" #include "testing/gtest/include/gtest/gtest.h" namespace { template <int A = 0, int B = 0> UNSAFE_BUFFER_USAGE int uses_pointer_as_array(int* i) { … } TEST(UnsafeBuffers, Macro) { … } } // namespace