1 /* SPDX-License-Identifier: BSD-2-Clause */ 2 /* 3 * Copyright (c) 2020 Huawei Technologies Co., Ltd 4 */ 5 6 #ifndef CXX_TESTS_H 7 #define CXX_TESTS_H 8 9 void throw_mfe(void); 10 void throwing_c_func(void); 11 12 #endif /* CXX_TESTS_H */ 13