// // Copyright 2023 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // UnlockedTailCall_unittest.cpp: Unit tests of the UnlockedTailCall class. #include <gtest/gtest.h> #include "libANGLE/angletypes.h" namespace angle { void SetUpTailCall(UnlockedTailCall *unlockedTailCall, int *result) { … } // Test basic functionality TEST(UnlockedTailCall, Basic) { … } } // namespace angle